• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern "C" { void* f(); }
2 
f()3 void* f() { return new int; }
4