mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
233 B
D
9 lines
233 B
D
// EXTRA_FILES: imports/test16709a.d imports/test16709b.d imports/test16709c.d imports/test16709d.d
|
|
// https://issues.dlang.org/show_bug.cgi?id=16709
|
|
|
|
import imports.test16709a;
|
|
import imports.test16709b;
|
|
|
|
void test(){
|
|
1.to!int;
|
|
}
|