1cb93a386Sopenharmony_ci// Expect 3 errors 2cb93a386Sopenharmony_ci 3cb93a386Sopenharmony_ciconst half2x2 testMatrix2x2 = half2x2(1, 2, 3, 4); 4cb93a386Sopenharmony_cihalf testScalar = half (testMatrix2x2); 5cb93a386Sopenharmony_cihalf2 testVec2 = half2(testMatrix2x2); 6cb93a386Sopenharmony_cihalf3 testVec3 = half3(testMatrix2x2); 7cb93a386Sopenharmony_cihalf4 testVec4 = half4(testMatrix2x2); // not an error 8