(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
protection/
subpkg2/
tests.d
module protection.subpkg2.tests;

import pkg = protection.subpkg.explicit;

static assert (is(typeof(pkg.commonAncestorFoo())));