]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/imports/a14235.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / imports / a14235.d
1 module imports.a14235;
2
3 struct SomeThing(T...)
4 {
5 }
6
7 class SomeClass {}