MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail239.d
blob14b6443528fe9fe47b6cd484927681061d9f2117
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail239.d(8): Error: type `F` is not an expression
5 ---
6 */
7 class F { int x; }
8 alias typeof(F).x b;