c++: Add [dcl.init.aggr] examples to testsuite
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail23108a.d
bloba974871a38aa00f74a57c3bae61c000ce88d7218
1 // https://issues.dlang.org/show_bug.cgi?id=23108
2 /* TEST_OUTPUT:
3 ---
4 fail_compilation/fail23108a.d(9): Error: undefined identifier `_xopEquals` in module `object`
5 ---
6 */
7 module object;
9 struct Interface
11 void[] vtbl;
14 class TypeInfo