1 2 3 4 5 6 7 8 9
// EXTRA_FILES: test18951a.d module compilable.test18951b; import test18951a; void test() { A.foo(new Object); }