]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/c22.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / c22.d
1 // EXTRA_SOURCES: imports/c22a.d imports/c22b.d
2 // PERMUTE_ARGS:
3
4 module main;
5
6 import imports.c22a;
7 import imports.c22b;
8
9 int main()
10 {
11 afn1();
12 afn2();
13 bfn1();
14 return 0;
15 }