blob: 3d06758f3ae3fde0a83f19b9eebefd528ab83bd2 [file] [log] [blame]
float foo(float v) { return v; }
void main() { float x = foo(x); }