]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/imports/pkgmod313/package.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / imports / pkgmod313 / package.d
1 module imports.pkgmod313;
2
3 public import imports.pkgmod313.mod;
4
5 void foo() {}