blob: 6e09769912764ff583f92364367f144935e1b3a9 [file] [log] [blame]
// PERMUTE_ARGS:
// EXTRA_SOURCES: imports/test61a.d
// Bugzilla 6556
debug=BUG;
void main() {
debug(BUG) import imports.test61a;
assert(bar() == 12);
}