]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test313b.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test313b.d
1 // REQUIRED_ARGS: -de
2 void test1()
3 {
4 import core.stdc.stdio;
5 core.stdc.stdio.printf("");
6 }