MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag6699.d
blob755d0fdd16a58a86b64c9b1c334968545c9c1bbb
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/diag6699.d(8): Error: no property `x` for type `int`
5 ---
6 */
7 alias int b6699;
8 alias b6699.x b6699a;
11 TEST_OUTPUT:
12 ---
13 fail_compilation/diag6699.d(18): Error: undefined identifier `junk1`
14 fail_compilation/diag6699.d(18): Error: undefined identifier `junk2`
15 fail_compilation/diag6699.d(19): Error: undefined identifier `junk3`
16 ---
18 class X : junk1, junk2 {}
19 interface X2 : junk3 {}