MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag13609a.d
blob7d0e259e41b6489528b47104873e79aac1619400
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/diag13609a.d(16): Error: `}` expected following members in `struct` declaration
5 fail_compilation/diag13609a.d(15): struct starts here
6 fail_compilation/diag13609a.d(16): Error: `}` expected following members in `class` declaration
7 fail_compilation/diag13609a.d(11): class `C` starts here
8 ---
9 */
11 class C
13 void foo() {}
15 struct {