1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice11967.d(12): Error: use `@(attributes)` instead of `[attributes]`
5 fail_compilation/ice11967.d(12): Error: expression expected, not `%`
6 fail_compilation/ice11967.d(12): Error: found `g` when expecting `)`
7 fail_compilation/ice11967.d(12): Error: found `{` when expecting `]`
8 fail_compilation/ice11967.d(13): Error: `@identifier` or `@(ArgumentList)` expected, not `@End of File`
9 fail_compilation/ice11967.d(13): Error: declaration expected following attribute, not end of file
10 ---
11 */
12 [F(%g{@
13