blob: 599344a86d6b0c23feb62355a9dee8efb2f2f6f5 [file] [log] [blame]
// REQUIRED_ARGS:
// PERMUTE_ARGS: -unittest
// EXTRA_SOURCES: imports/test14901a.d imports/test14901b.d imports/test14901c.d imports/test14901d.d
// COMPILE_SEPARATELY:
module test14901;
import imports.test14901c;
import imports.test14901d;
extern(C) __gshared static int initCount;
extern(C) int printf(const char*, ...);
void main()
{
caller1();
caller2();
assert(initCount == 1);
}