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

void foo() { continue; }