blob: dcdf411fcc65ddff7b33126a5020648f02624021 [file]
uniform half4 testInputs;
void test_continue() { for (;;) { @switch (1) { case 1: if (testInputs.x > 3) continue; } } }
/*%%*
static switch contains non-static conditional exit
*%%*/