mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
98 B
D
7 lines
98 B
D
// EXTRA_FILES: imports/test71.d
|
|
import imports.test71;
|
|
|
|
void bar()
|
|
{
|
|
imports.test71.foo();
|
|
}
|