blob: 534ce9beebdc5abb3322deb53a516c219facd34a [file] [log] [blame]
module imports.a19a;
struct Dummy
{
}
struct TemplatedStruct(Param)
{
static real fgh = 0;
}
void foo()
{
alias TemplatedStruct!(Dummy) X;
}