• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void outside_while()   { while(true) {} if (true) break; }
2