• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "foo.h"
2 
foo(int x)3 int foo(int x) {
4   return x + 42;
5 }
6