test151

Undocumented in source.
immutable
auto test151 = q{--- test151 // Variadic template arg (0 uses, 0 args) void fun[Args...]() { #assert(Args.length == 0); } void run(){ fun(); } };

Meta