• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This function is called from main() */
foo(int x)2 int foo(int x)
3 {
4     return x + 42;
5 }
6