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

struct Dummy
{
}

struct TemplatedStruct(Param)
{
        static real fgh = 0;
}

void foo()
{
        alias TemplatedStruct!(Dummy) X;
}