MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test17307.d
blobe73cca697fdbf7df5253b18d3513348256301e54
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/test17307.d(9): Error: anonymous struct can only be a part of an aggregate, not module `test17307`
5 ---
6 * https://issues.dlang.org/show_bug.cgi?id=17307
7 */
9 struct { enum bitsPerWord = size_t; }
11 void main()
12 { }