blob: 718fa942ef23140db2fd3cb9d959b24db7c60bb5 [file] [log] [blame]
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269b.d(10): Error: undefined identifier `Y`
---
*/
static if(is(typeof(X2.init))) {}
struct X2 { Y y; }