blob: a8ad1021ee88b30ae1ea5413f2cc8a6011a054a7 [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) { }