dmd/compiler/test/compilable/test19540.d
2022-07-09 18:53:07 +02:00

2 lines
67 B
D

alias inst = templ!();
template templ(T = typeof(new class {})) {}