mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
154 B
D
7 lines
154 B
D
// EXTRA_SOURCES: imports/ice10086x.d
|
|
// EXTRA_SOURCES: imports/ice10086y.d
|
|
|
|
import imports.ice10086x;
|
|
import imports.ice10086y;
|
|
|
|
void main() { test(); }
|