mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
137 B
D
9 lines
137 B
D
// EXTRA_SOURCES: imports/ice15176a.d imports/ice15176b.d
|
|
// COMPILE_SEPARATELY:
|
|
|
|
import imports.ice15176a;
|
|
|
|
void main()
|
|
{
|
|
func();
|
|
}
|