blob: c2277ed33a02c5f5fd0e33d0fa495a11cd5505e6 [file] [log] [blame]
float foo(float v[2]) { return v[0]=v[1]; }
void main() { float y[2]; foo(y); }