1 struct StructFoo
2 {
3     static if(i) { }
4     else enum z = "";
5 }
6 
main()7 void main() { }
8