summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/continue-outside-loop.slang
blob: ea8f36feabbc542ea2909fce712116f91d5d6dfe (plain)
1
2
3
4
//DIAGNOSTIC_TEST:SIMPLE:
// `continue` where it isn't allowed

void foo() { continue; }