mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
154 B
D
9 lines
154 B
D
// EXTRA_FILES: imports/test72a.d imports/test72b.d imports/test72c.d
|
|
module test72;
|
|
|
|
import imports.test72a, imports.test72c;
|
|
|
|
void bar()
|
|
{
|
|
foo();
|
|
}
|