aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test18951b.d
blob: fbf6b1d524ef3a9de3eba71aec7ada97774428cd (plain)
1
2
3
4
5
6
7
8
9
// EXTRA_FILES: test18951a.d
module compilable.test18951b;

import test18951a;

void test()
{
    A.foo(new Object);
}