• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void main() {
2    do int foo = 1, bar = foo; while (false);
3}
4