]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/link14814.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / link14814.d
1 // EXTRA_SOURCES: imports/link14814a.d
2 // PERMUTE_ARGS: -inline -release -g -O -fPIC
3 // COMPILE_SEPARATELY
4
5 import imports.link14814a;
6
7 void main()
8 {
9 fun4;
10 }