MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / mangle1.d
bloba97a55b121a5b6067b8f977146d3dd67c4d0bcf3
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/mangle1.d(8): Error: pragma `mangle` can only apply to a single declaration
5 ---
6 */
8 pragma(mangle, "_stuff_") __gshared { int x, y; }