test281
auto test281 =
q{--- test281.vx
// issue 44. Missing check for expand operator on templated function without variadic parameter
void print[Args](Args... data) {}
void run() {
print("Hello", ", ", "world!\n");
}
--- <error>
test281.vx:2:27: Error: Variadic parameters are not implemented
};
tests passing
functionsvariables