• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void outside_for()   { for (;;) {} continue; }
2void inside_switch() { switch (1) { default: continue; } }
3