• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

main()1 int main()
2 {
3   long foo = 1234;
4 
5   return 0; // break here
6 }
7