mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
100 B
D
7 lines
100 B
D
// EXTRA_FILES: imports/link11127a.d
|
|
import imports.link11127a;
|
|
|
|
void main()
|
|
{
|
|
cycle([1, 2]);
|
|
}
|