mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
153 B
D
10 lines
153 B
D
// EXTRA_FILES: imports/test1754a.d imports/test1754b.d
|
|
module test1754;
|
|
|
|
import imports.test1754a;
|
|
import imports.test1754b;
|
|
|
|
void foo()
|
|
{
|
|
bar();
|
|
}
|