1cb93a386Sopenharmony_cifloat foo(float v[2]) { return v[0]=v[1]; }
2cb93a386Sopenharmony_civoid main() { float y[2]; foo(y); }
3