blob: 5be44eabdd0e1cb12d64f5a7f42310c1a25b85c0 [file] [log] [blame]
// PR c++/65973
// { dg-do compile { target c++14 } }
class foo {
constexpr foo() noexcept { __func__; };
};