d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / diag3243.d
blob7d034d80b622e01dc22f7d954264063eae652e60
1 // REQUIRED_ARGS: -vtls
2 // PERMUTE_ARGS:
3 template T()
5 static this() {}
8 class C
10 alias ti = T!();
13 void main() {}