//-fno-exceptions #include extern "C" void catch(void); int main(){ catch(); return 0; }