blob: 9034e975f0d19e42db281cc852d803790485499b [file] [log] [blame]
float foo(float x) {
return x * x;
}
void main() {
float x = foo(1, 2);
}
/*%%*
call to 'foo' expected 1 argument, but found 2
*%%*/