• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 int i = 4;
2 
3 int
foo()4 foo ()
5 {
6   return i;
7 }
8