]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/compilable/imports/test25a.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test25a.d
1 module imports.test25a;
2
3 import imports.test25b;
4 import core.stdc.stdio;
5
6 class Afoo
7 {
8 static this()
9 {
10 printf("Afoo()\n");
11 }
12 }
This page took 0.036165 seconds and 5 git commands to generate.