1 2 3 4 5 6 7 8
// PR c++/42038 extern int __cxa_begin_catch; void f(void) { try { } catch (int) { } // { dg-error "cannot be used" } }