blob: 97da9d82e1181a510a3373791c8798a875db84eb [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module foo;
struct C;
struct B { using type = C; };
struct C { static_assert(A<B>::value == 42); };