1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail7603a.d(7): Error: cannot modify constant `true`
5 ---
6 */
7 void test(ref bool val = true) { }
8