• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern bool Evaluate(char r);
2 extern bool Evaluate(int x, int y);
3 
4 namespace foo {
5     extern void MyFunction();
6 }
7 namespace bar {
8     extern void MyFunction();
9 }
10