blob: 4cf4128e9eb814ae96bd263a7c55642324ff797b [file] [log] [blame]
// PR c++/81942
// { dg-do compile { target c++14 } }
class A {
public:
constexpr A() {
return;
}
};
A mwi;