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