(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
imports/
test21299/
func.d
module imports.test21299.func;
import imports.test21299.mtype;
import imports.test21299.rootstringtable;
class FuncDeclaration {
    StringTable!Type stringtable;
    StringTable2!Type stringtable2;
    StringTable3!Type stringtable3;
}