1cb93a386Sopenharmony_ci// Expect 3 errors
2cb93a386Sopenharmony_ci
3cb93a386Sopenharmony_cifloat noElements[2]            = float[2]();
4cb93a386Sopenharmony_cifloat notEnoughElements[2]     = float[2](1);
5cb93a386Sopenharmony_cifloat rightNumberOfElements[2] = float[2](1, 2);
6cb93a386Sopenharmony_cifloat tooManyElements[2]       = float[2](1, 2, 3);
7