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