c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / constexpr-83921-2.C
blob80393fc6ce7cd903e2b618e96bd073f06733151c
1 // PR c++/83921
2 // { dg-do compile { target c++14 } }
4 struct Foo { Foo() = default; };
5 constexpr void test() { Foo f; }