MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice15688.d
blobe086e316fc155a146041a3045aa9fd16a6427b7a
1 // REQUIRED_ARGS: -o-
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/ice15688.d(12): Error: undefined identifier `mappings`
6 fail_compilation/ice15688.d(12): Error: function expected before `()`, not `0` of type `int`
7 ---
8 */
10 void main()
12 (mappings, 0)();