(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
imports/
gdc254a.d
module imports.gdc254a;

class B254
{
    void F()
    {
        if (Error) return;
    }

}