mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
161 B
D
8 lines
161 B
D
// PERMUTE_ARGS:
|
|
// EXTRA_FILES: imports/test15150a.d imports/test15150b.d
|
|
module test15150;
|
|
|
|
import imports.test15150a;
|
|
import imports.test15150b;
|
|
|
|
enum y = x;
|