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