test275
auto test275 = 
q{--- test275.vx
	// named arguments, anonymous parameters
	void func(i32) {}
	void call() { return func(__param_0: 1); }
--- <error>
test275.vx:3:28: Error: Function `func` has no parameter named `__param_0`
test275.vx:3:27: Error: Missing argument for anonymous parameter 1
};
  
		tests passing 
		functionsvariables