blob: 7d034d80b622e01dc22f7d954264063eae652e60 [file] [log] [blame]
// REQUIRED_ARGS: -vtls
// PERMUTE_ARGS:
template T()
{
static this() {}
}
class C
{
alias ti = T!();
}
void main() {}