1cb93a386Sopenharmony_civoid a() { x = float2(1); } 2cb93a386Sopenharmony_civoid b() { float w = x; } 3cb93a386Sopenharmony_civoid c() { float w = x, y; } 4cb93a386Sopenharmony_civoid d() { float w = x, y = z; } 5cb93a386Sopenharmony_ci 6cb93a386Sopenharmony_cifloat e = f, g = h; 7cb93a386Sopenharmony_cifloat i = j, k; 8