MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag10169.d
blobe21a334548d0b0def745509ce48c4a26bfc1a712
1 /*
2 EXTRA_FILES: imports/a10169.d
3 TEST_OUTPUT:
4 ---
5 fail_compilation/diag10169.d(13): Error: no property `x` for `B(0)` of type `imports.a10169.B`
6 fail_compilation/imports/a10169.d(3): struct `B` defined here
7 ---
8 */
9 import imports.a10169;
11 void main()
13 auto a = B.init.x;