summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/fail333.d
blob: 89f9478f1757f1a3e7f01d1f499f40153b87bae3 (plain)
1
2
3
4
5
6
7
8
/*
TEST_OUTPUT:
---
fail_compilation/fail333.d(8): Error: forward reference to `test`
---
*/

void test(typeof(test) p) { }