blob: 0664576900bdc7f782312bb44b69b14500a61453 [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001void outside_for() { for (;;) {} continue; }
2void inside_switch() { switch (1) { default: continue; } }