mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
191 B
D
9 lines
191 B
D
// REQUIRED_ARGS: -de
|
|
// EXTRA_FILES: imports/pkgmod313/mod.d imports/pkgmod313/package.d
|
|
import imports.pkgmod313;
|
|
|
|
void test()
|
|
{
|
|
imports.pkgmod313.foo();
|
|
imports.pkgmod313.bar();
|
|
}
|