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