1float foo(float v) { return v; }
2void main() { float x = foo(x); }
3