(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
imports/
test16348.d
module mypackage.bar;

package bool bar()
{
    return false;
}