(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test15802.d
extern(C++) {
    template Foo(T) {
        static int boo();
    }
}

void main()
{
    string s = Foo!(int).boo.mangleof;
}