test152
auto test152 =
q{
--- test152
// Variadic template arg (0 uses, 0 args, 2 variadics)
void fun[Args1..., Args2...]() {}
void run(){ fun(); }
--- <error>
test152:2:21: Error: Only single variadic template parameter allowed
};
tests passing
functionsvariables