MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail7603b.d
blob9b84d3f6a4d859a1ee3da71863d43a71fea872f2
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail7603b.d(7): Error: cannot modify constant `true`
5 ---
6 */
7 void test(out bool val = true) { }