mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
119 B
D
9 lines
119 B
D
// EXTRA_FILES: test18951a.d
|
|
module compilable.test18951b;
|
|
|
|
import test18951a;
|
|
|
|
void test()
|
|
{
|
|
A.foo(new Object);
|
|
}
|