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