1 2 3 4 5 6 7 8
int foo() { try { foo(bar); }catch (int *e) { return 0; } if (false) try { throw int(); }catch(...) {} return 1; }