1cb93a386Sopenharmony_ci// Expect 3 errors
2cb93a386Sopenharmony_ci
3cb93a386Sopenharmony_ciconst half2x2 testMatrix2x2 = half2x2(1, 2, 3, 4);
4cb93a386Sopenharmony_cibool    testScalar    = bool (testMatrix2x2);
5cb93a386Sopenharmony_cibool2   testVec2      = bool2(testMatrix2x2);
6cb93a386Sopenharmony_cibool3   testVec3      = bool3(testMatrix2x2);
7cb93a386Sopenharmony_cibool4   testVec4      = bool4(testMatrix2x2);  // not an error
8