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