d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test19750.d
blob0d57749c95582d77bb977931f0ac58cce64d4a12
1 // REQUIRED_ARGS: -Icompilable/imports
2 // EXTRA_FILES: imports/test19750a.d imports/test19750b.d imports/test19750c.d imports/test19750d.d
3 import test19750b;
4 class Foo {
5 import test19750a;
6 void func (Bar ) {}