1cb93a386Sopenharmony_civoid a1() { float[-2]; } 2cb93a386Sopenharmony_civoid b1() { float[-1]; } 3cb93a386Sopenharmony_civoid c1() { float[0]; } 4cb93a386Sopenharmony_civoid d1() { float[1.5]; } 5cb93a386Sopenharmony_civoid e1() { float[4000000000]; } 6cb93a386Sopenharmony_civoid f1() { float[true]; } 7cb93a386Sopenharmony_civoid g1() { float[false]; } 8cb93a386Sopenharmony_civoid h1() { float[int2(2, 2)]; } 9cb93a386Sopenharmony_civoid i1() { float[]; } 10cb93a386Sopenharmony_civoid j1() { float[int3(4000000000)]; } 11cb93a386Sopenharmony_ci 12cb93a386Sopenharmony_civoid a2() { float x[-2]; } 13cb93a386Sopenharmony_civoid b2() { float x[-1]; } 14cb93a386Sopenharmony_civoid c2() { float x[0]; } 15cb93a386Sopenharmony_civoid d2() { float x[1.5]; } 16cb93a386Sopenharmony_civoid e2() { float x[4000000000]; } 17cb93a386Sopenharmony_civoid f2() { float x[true]; } 18cb93a386Sopenharmony_civoid g2() { float x[false]; } 19cb93a386Sopenharmony_civoid h2() { float x[int2(2, 2)]; } 20cb93a386Sopenharmony_civoid i2() { float x[]; } 21cb93a386Sopenharmony_civoid j2() { float x[int3(4000000000)]; } 22