blob: 76a92c2b193d0bec910e17b91c336411d40b2816 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail7603a.d(7): Error: cannot modify constant `true`
---
*/
void test(ref bool val = true) { }