MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail19914.d
blob2fd3da755408d01b9dec47617573e6d32279e2db
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail19914.d(8): Error: undefined identifier `c` in module `fail19914`
5 fail_compilation/fail19914.d(9): Error: mixin `fail19914.a!string` error instantiating
6 ---
7 */
8 class a(b) { align.c d; }
9 mixin a!(string);