d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail169.d
bloba8ad1021ee88b30ae1ea5413f2cc8a6011a054a7
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail169.d(8): Error: cannot have `const out` parameter of type `const(int)`
5 ---
6 */
8 void foo(const out int x) { }