Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
constexpr-83921-1.C
blob: e4b8d1fc42053c719c25b4d50d83db4536ca3a56 [
file
] [
log
] [
blame
]
// PR c++/83921
// { dg-do compile { target c++14 } }
struct
Foo
{
};
constexpr
void
test
()
{
Foo
f
;
}