blob: 194cc7cd5812bc16e1e3ea850529746b75474154 [file] [log] [blame]
// PR c++/52599
// { dg-do compile { target c++11 } }
struct foo {
constexpr foo() try { } catch(...) { }; // { dg-error "constexpr" "" { target c++17_down } }
};