1 2 3 4 5 6 7 8 9
// PR c++/28250 // { dg-do compile } void foo() { try {} catch () {} // { dg-error "before" } catch (...) {} }