3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
|
float foo(float v) { return v; }
|
||
|
void main() { float x = foo(x); }
|