]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/imports/test3b.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / imports / test3b.d
1 module imports.test3b;
2
3 import imports.test3a;
4
5 class Bfoo
6 {
7 }