blob: 7545d8012d9bf55b3be8af1c88f5228b09b3a1db (
plain)
1
2
3
4
5
6
7
8
9
|
// 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();
}
|