d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test313d.d
blob903cedf26d9965e3b4a02fe2e2e060262fdc9a3c
1 // first imported as package
2 // COMPILED_IMPORTS: imports/pkgmod313/mod.d
3 // EXTRA_FILES: imports/pkgmod313/package.d
4 // REQUIRED_ARGS: -de
5 import imports.pkgmod313; // then as package module
7 void test()
9 imports.pkgmod313.foo();