1cb93a386Sopenharmony_ciconst half test[4] = half[4](0, 1, 0, 1);
2cb93a386Sopenharmony_ci
3cb93a386Sopenharmony_cihalf4 main(float2 xy) {
4cb93a386Sopenharmony_ci    return half4(test[0], test[1], test[2], test[3]);
5cb93a386Sopenharmony_ci}
6