blob: 9b84d3f6a4d859a1ee3da71863d43a71fea872f2 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail7603b.d(7): Error: cannot modify constant `true`
---
*/
void test(out bool val = true) { }