]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/imports/fail17646.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / imports / fail17646.d
1 module imports.fail17646;
2
3 struct TestData
4 {
5 }
6
7 const(TestData)[] allTestData(MOD_STRINGS...)()
8 {
9 foreach (i; MOD_STRINGS)
10 }