]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/ice15200.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / ice15200.d
1 // EXTRA_SOURCES: imports/ice15200a.d imports/ice15200b.d
2 // COMPILE_SEPARATELY
3
4 module ice15200;
5
6 import imports.ice15200a;
7
8 void main()
9 {
10 f();
11 }