mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
165 B
D
10 lines
165 B
D
// EXTRA_FILES: imports/test1238a.d imports/test1238b.d
|
|
module test1238;
|
|
|
|
import imports.test1238a;
|
|
import imports.test1238b;
|
|
|
|
void foo()
|
|
{
|
|
int qwert = zuiop;
|
|
}
|