blob: 9156c91923b71cc3f509a9ebd27072f15b5a51ce [file] [log] [blame]
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/test29a.d imports/test29b.d
// PERMUTE_ARGS:
import imports.test29a;
import imports.test29b;
extern(C) int printf(const char*, ...);
void main() {
printf("%d\n", qwert);
}