blob: fbf6b1d524ef3a9de3eba71aec7ada97774428cd [file] [log] [blame]
// EXTRA_FILES: test18951a.d
module compilable.test18951b;
import test18951a;
void test()
{
A.foo(new Object);
}