summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/fail170.d
blob: a78fc035dde4f0857554edbd48ed5ee8637b1060 (plain)
1
2
3
4
5
6
7
8
/*
TEST_OUTPUT:
---
fail_compilation/fail170.d(8): Error: variable fail170.foo.x cannot be final, perhaps you meant const?
---
*/

void foo(final out int x) { }