MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail22529.d
blob62eac25680d85d9d99d79664fe47a6e913fe6f12
1 // https://issues.dlang.org/show_bug.cgi?id=22529
3 /*
4 TEST_OUTPUT:
5 ---
6 fail_compilation/fail22529.d(13): Error: found `return` when expecting `;` following expression
7 ---
8 */
10 void main()
12 foo()
13 return;