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