1cb93a386Sopenharmony_ci// Expect 4 errors
2cb93a386Sopenharmony_ci
3cb93a386Sopenharmony_ciconst half3x3 testMatrix3x3 = half3x3(1, 2, 3, 4, 5, 6, 7, 8, 9);
4cb93a386Sopenharmony_cihalf    testScalar    = half (testMatrix3x3);
5cb93a386Sopenharmony_cihalf2   testVec2      = half2(testMatrix3x3);
6cb93a386Sopenharmony_cihalf3   testVec3      = half3(testMatrix3x3);
7cb93a386Sopenharmony_cihalf4   testVec4      = half4(testMatrix3x3);
8