MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / b20780.d
blobec6917bb58ae218baf4f76a8e736b0266fd5ceac
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/b20780.d(10): Error: `@identifier` or `@(ArgumentList)` expected, not `@)`
5 fail_compilation/b20780.d(11): Error: `@identifier` or `@(ArgumentList)` expected, not `@,`
6 fail_compilation/b20780.d(11): Error: basic type expected, not `,`
7 ---
8 */
10 void f(@){}
11 void g(@,){}