(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
constexpr-83921-2.C
// PR c++/83921
// { dg-do compile { target c++14 } }

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