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