• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 namespace cpp {
2 
foo1(int x)3 extern int foo1(int x) {
4   return x + 1;
5 }
6 
7 }