float foo(float x) { return x * x; } void main() { float x = foo(1, 2); }