blob: e4b8d1fc42053c719c25b4d50d83db4536ca3a56 [file] [log] [blame]
// PR c++/83921
// { dg-do compile { target c++14 } }
struct Foo { };
constexpr void test() { Foo f; }