Home | History | Annotate | Download | only in src
      1 extern "C" { void* f(); }
      2 
      3 void* f() { return new int; }
      4