blob: 4cbcbd3ec1c5a52197b0725d8244dafad0370e37 [file] [log] [blame]
extern "C" void __cxa_throw (void *, void *, void (*) (void *) );
void foo(){
throw 1;
}