1 // PR c++/83921
2 // { dg-do compile { target c++14 } }
3 
4 struct Foo { int m; };
test()5 constexpr void test() { Foo f; }  // { dg-error "uninitialized" }
6