blob: cb06823a0287e91e92178b81db26ded7d6a01fcd [file] [log] [blame]
// REQUIRED_ARGS: -w
// 4375: Dangling else
static if (true)
static if (false)
struct G1 {}
else
struct G2 {}