MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail10207.d
blob3f09a27541a9b9d5524760d547a2b3d53a63b028
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail10207.d(7): Error: user-defined attributes not allowed for `alias` declarations
5 ---
6 */
7 alias @Safe int __externC;