]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/imports/test15117a.d
d: Support deprecated, @disable, and user-defined attributes on enum members
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test15117a.d
1 module imports.test15117a;
2
3 struct AssertResult {}
4
5 auto test_usr_1()
6 {
7 // 2. generate TyepInfoStructDeclaration
8 auto x = typeid(AssertResult);
9 }