blob: 7545d8012d9bf55b3be8af1c88f5228b09b3a1db [file] [log] [blame]
// first imported as package
// EXTRA_SOURCES: imports/pkgmod313/mod.d
// REQUIRED_ARGS: -de
import imports.pkgmod313; // then as package module
void test()
{
imports.pkgmod313.foo();
}