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