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

immutable(Char)[] format(Char, Args...)(in Char[] fmt, Args args)
{
    return "3";
}