1 extern "C" void __cxa_throw (void *, void *,  void (*) (void *) );
2 
foo()3 void foo(){
4   throw 1;
5 }
6