1 // REQUIRED_ARGS: -c -o- 2 /* 3 TEST_OUTPUT: 4 --- 5 fail_compilation/gag4269e.d(10): Error: undefined identifier `Y8`, did you mean class `X8`? 6 --- 7 */ 8 9 static if(is(typeof(X8.init))) {} 10 class X8 : Y8 {} 11