blob: f614c45325f30c98eeb433545fcf5285b695373d [file] [log] [blame]
### Compilation failed:
error: 3: static switch contains non-static conditional exit
void test_break() { @switch (1) { case 1: if (testInputs.x > 2) break; } }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1 error