test158

Undocumented in source.
immutable
auto test158 = q{--- test158 // Variadic template arg, same instance (2 args) void fun[Args...](Args... args) { #assert(Args.length == 3); } void run(){ fun(42, 4096, 200000); fun(50, 3000, 300000); } };

Meta