test282
auto test282 = 
q{--- test282.vx
	// issue 44
	void print[Args](Args data) {}
	void run() {
		print("Hello", ", ", "world!\n");
	}
--- <error>
test282.vx:4:8: Error: Cannot infer template parameters. Number of runtime arguments (3) does not match number of function parameters (1)
};
  
		tests passing 
		functionsvariables