mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
196 B
D
11 lines
196 B
D
// PERMUTE_ARGS:
|
|
// EXTRA_SOURCES: imports/test61a.d
|
|
|
|
// https://issues.dlang.org/show_bug.cgi?id=6556
|
|
|
|
debug=BUG;
|
|
|
|
void main() {
|
|
debug(BUG) import imports.test61a;
|
|
assert(bar() == 12);
|
|
}
|