d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test12511.d
blob0a2fc75dc111ef9374a4e1816c963bed021ed9b9
1 // EXTRA_FILES: imports/a12511.d
2 module test12511;
4 import imports.a12511;
6 public class B
8 static void bar()
10 A.foo(0);
14 void main()