blob: aabefa2e4009ae6dfb8e36b4a9c461c2f45a3b33 [file]
uniform half4 testInputs;
void test_continue() { for (;;) { @switch (1) { case 1: if (testInputs.x > 3) continue; } } }