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