MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / moduleundefuda.d
blob6e69aa130a60a0c1a66cd94568307b28f488a854
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/moduleundefuda.d(7): Error: undefined identifier `undef`
5 ---
6 */
7 @undef module moduleundefuda;