• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef FOO_H
2 #define FOO_H
foo()3 int foo() { return 42; }
4 #endif
5