MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / bug5b.d
blob487f22efde12dd6d57a288b23dbe9880babd141e
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/bug5b.d(8): Error: function `bug5b.test1` has no `return` statement, but is expected to return a value of type `int`
5 ---
6 */
8 int test1()