mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
2 lines
67 B
D
2 lines
67 B
D
alias inst = templ!();
|
|
template templ(T = typeof(new class {})) {}
|