1cb93a386Sopenharmony_ciuniform half4 testInputs; 2cb93a386Sopenharmony_ci 3cb93a386Sopenharmony_civoid test_continue() { for (;;) { @switch (1) { case 1: if (testInputs.x > 3) continue; } } } 4
1cb93a386Sopenharmony_ciuniform half4 testInputs; 2cb93a386Sopenharmony_ci 3cb93a386Sopenharmony_civoid test_continue() { for (;;) { @switch (1) { case 1: if (testInputs.x > 3) continue; } } } 4