blob: b1acceb285c1be6e519b0fb0cb24ac6cf49b05ef [file] [log] [blame]
uniform half4 testInputs;
void test_break() { @switch (1) { case 1: if (testInputs.x > 2) break; } }
/*%%*
static switch contains non-static conditional exit
*%%*/