mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
95 B
D
8 lines
95 B
D
// ARG_SETS: -i
|
|
// PERMUTE_ARGS:
|
|
// LINK:
|
|
import imports.foofunc2;
|
|
void main()
|
|
{
|
|
foo2();
|
|
}
|