blob: 32eb220d1e9f7eff07128cf081069668a9fa5292 [file] [log] [blame]
// PR c++/87934
// { dg-do compile { target c++11 } }
struct Foo
{
enum { BAR } bar = BAR;
};
constexpr Foo foo{};