Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-87934.C
blob: 32eb220d1e9f7eff07128cf081069668a9fa5292 [
file
] [
log
] [
blame
]
// PR c++/87934
// { dg-do compile { target c++11 } }
struct
Foo
{
enum
{
BAR
}
bar
=
BAR
;
};
constexpr
Foo
foo
{};