MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail62.d
blob6e939dbf91ed18042a377104bcd5d43f73f9d3a1
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail62.d(11): Error: version `Foo` defined after use
5 ---
6 */
8 version (Foo)
9 int x;
11 version = Foo;