mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
11 lines
152 B
D
11 lines
152 B
D
// EXTRA_SOURCES: imports/ice15200a.d imports/ice15200b.d
|
|
// COMPILE_SEPARATELY:
|
|
|
|
module ice15200;
|
|
|
|
import imports.ice15200a;
|
|
|
|
void main()
|
|
{
|
|
f();
|
|
}
|