blob: 4c93e5037ea07210a3e349a057cfdd85ba69480a [file] [log] [blame]
float foo(float x) {
return x * x;
}
void main() {
float x = foo(1, 2);
}