(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
imports/
test41a.d
module imports.test41a;

void foo()
{
        assert(false, "GO");
}

public void func(T)()
{
        assert(false, "Blah");
}