test153
auto test153 =
q{
--- test153
// Variadic template arg (0 uses, 0 args, 1 variadic, 1 param after variadic)
void fun[Args..., T]() {}
void run(){ fun(); }
--- <error>
test153:2:20: Error: Cannot have template parameters after variadic parameter (WIP)
};
tests passing
functionsvariables