mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
169 B
D
8 lines
169 B
D
// PERMUTE_ARGS:
|
|
// REQUIRED_ARGS: -Icompilable/extra-files
|
|
// EXTRA_FILES: extra-files/test20280a.d
|
|
module test20280;
|
|
|
|
import test20280a;
|
|
|
|
alias Charlie = Foxtrot!(0);
|