// PR c++/83921
// { dg-do compile { target c++14 } }

struct Foo { };
constexpr void test() { Foo f; }
