]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/ice8604.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice8604.d
1 struct StructFoo
2 {
3 static if(i) { }
4 else enum z = "";
5 }
6
7 void main() { }