d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test19540.d
blob51328971a14dc9b4bed0ed2b2306d745f223f486
1 alias inst = templ!();
2 template templ(T = typeof(new class {})) {}