1 // REQUIRED_ARGS: -w
2 // 4375: Dangling else
3 
4 version (A)
5     version (B)
6         struct G3 {}
7 else
8     struct G4 {}
9 
10