(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
fail7603b.d
/*
TEST_OUTPUT:
---
fail_compilation/fail7603b.d(7): Error: cannot modify constant `true`
---
*/
void test(out bool val = true) { }