1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail333.d(8): Error: forward reference to 'test'
5 ---
6 */
7 
test(typeof (test)p)8 void test(typeof(test) p) { }
9