]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/test24.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / test24.d
1 // EXTRA_SOURCES: imports/test24a.d imports/test24b.d
2 // PERMUTE_ARGS:
3 // REQUIRED_ARGS:
4
5 import imports.test24a, imports.test24b;
6
7 void main()
8 {
9 string hi = std.string.format("%s", 3);
10 }