blob: bd1da0bf6b222017c3ba39523be2542da5ea74d8 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail169.d(8): Error: cannot have const out parameter of type const(int)
---
*/
void foo(const out int x) { }