1cb93a386Sopenharmony_ci// Expect 3 errors 2cb93a386Sopenharmony_ci 3cb93a386Sopenharmony_ciconst half2x2 testMatrix2x2 = half2x2(1, 2, 3, 4); 4cb93a386Sopenharmony_ciint testScalar = int (testMatrix2x2); 5cb93a386Sopenharmony_ciint2 testVec2 = int2(testMatrix2x2); 6cb93a386Sopenharmony_ciint3 testVec3 = int3(testMatrix2x2); 7cb93a386Sopenharmony_ciint4 testVec4 = int4(testMatrix2x2); // not an error 8