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) { }