MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice8795b.d
blob23004f457d3f1d84ba5926191018d103e85b53f2
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice8795b.d-mixin-8(8): Error: { } expected following `interface` declaration
5 fail_compilation/ice8795b.d-mixin-8(8): Error: anonymous interfaces not allowed
6 ---
7 */
8 mixin("interface;");