blob: 6a000ccaace30a9d598c97af5e4dc75103509c0c [file] [log] [blame]
float foo(float x) {
return x * x;
}
void main() {
float x = foo(true);
}
/*%%*
expected 'float', but found 'bool'
*%%*/