MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail17612.d
blobd39dd51cb6e1be1879ba86a45da4d7d957f840d7
1 /* TEST_OUTPUT:
2 ---
3 fail_compilation/fail17612.d(14): Error: undefined identifier `string`
4 fail_compilation/fail17612.d(17): Error: class `object.TypeInfo` missing or corrupt object.d
5 ---
6 */
8 // https://issues.dlang.org/show_bug.cgi?id=17612
10 module object;
12 class Object
14 string toString();
17 class TypeInfo {}