blob: 1ff662b3dfd996fd5a4b1f8385829cf7bb8340c8 [file] [log] [blame]
float foo(float x) {
return x * x;
}
void main() {
float x = foo(true);
}