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