(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
gag4269b.d
// 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; }