• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef FOO
2 #ifndef FOO // this would warn, but not in a header
3 void f();
4 #endif
5 #endif
6