mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
172 B
D
9 lines
172 B
D
/*
|
|
COMPILE_SEPARATELY:
|
|
EXTRA_SOURCES: imports/test18868_a.d imports/test18868_fls.d
|
|
PERMUTE_ARGS:
|
|
*/
|
|
|
|
import imports.test18868_fls;
|
|
alias floop = FLS!(int);
|
|
void main() {}
|