MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / parse12924.d
blobc98167b4409a720db6d94adb01490e64784e7402
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/parse12924.d(14): Error: declaration expected following attribute, not `;`
5 fail_compilation/parse12924.d(15): Error: declaration expected following attribute, not `;`
6 fail_compilation/parse12924.d(16): Error: declaration expected following attribute, not `;`
7 fail_compilation/parse12924.d(17): Error: declaration expected following attribute, not `;`
8 fail_compilation/parse12924.d(18): Error: declaration expected following attribute, not `;`
9 fail_compilation/parse12924.d(19): Error: declaration expected following attribute, not `;`
10 fail_compilation/parse12924.d(20): Error: declaration expected following attribute, not `;`
11 ---
14 static; void f1() {}
15 deprecated; void f2() {}
16 deprecated(""); void f3() {}
17 extern(C); void f4() {}
18 public; void f5() {}
19 align(1); void f6() {}
20 @(1); void f7() {}