blob: 135e1d4fe51c401407062c7558aa02b0dc8e5f7a [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail4269d.d(9): Error: undefined identifier `Y`
---
*/
static if(is(typeof(X6.init))) {}
alias Y X6;
void main() {}