blob: c63bfac4271725710132d5b9c4557ea7a2defe8b [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail4269e.d(10): Error: semicolon expected, not `X5`
fail_compilation/fail4269e.d(10): Error: no identifier for declarator `X5`
---
*/
static if(is(typeof(X5.init))) {}
typedef Y X5;
void main() {}