d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[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 ) {}