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