MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail9613.d
blobd88cd2ffb96c649bf18d1fe5f191286e3048e052
1 // PERMUTE_ARGS:
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/fail9613.d(12): Error: `(arguments)` expected following `const(byte)`, not `.`
6 fail_compilation/fail9613.d(12): Error: semicolon expected following auto declaration, not `.`
7 ---
8 */
10 void main()
12 auto x = const byte.init;