]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/imports/a17a.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / imports / a17a.d
1 module imports.a17a;
2
3 private import a17;
4
5 class foo2x : barx {
6 int x;
7 }