MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag_debug_conditional.d
blob99884c70c429bbaad4bb32b81b261352656087a2
1 /**
2 TEST_OUTPUT:
3 ---
4 fail_compilation/diag_debug_conditional.d(1): Error: identifier or integer expected inside `debug(...)`, not `alias`
5 fail_compilation/diag_debug_conditional.d(2): Error: identifier or integer expected inside `version(...)`, not `alias`
6 fail_compilation/diag_debug_conditional.d(3): Error: declaration expected following attribute, not end of file
7 ---
8 */
9 #line 1
10 debug(alias)
11 version(alias)