MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail318_b.d
blobefbf45bdc2e9800caa71479e876ad13fcd3979d5
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail318_b.d(8): Error: function `D main` must return `int`, `void` or `noreturn`, not `string`
5 ---
6 */
8 auto main()
10 return "";