blob: 2f1218693e02e59996afef3105f690d7123f7cc4 [file] [log] [blame]
// PR c++/83921
// { dg-do compile { target c++14 } }
struct Foo { int m; };
constexpr void test() { Foo f; } // { dg-error "uninitialized" "" { target c++17_down } }