(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-87934.C
// PR c++/87934
// { dg-do compile { target c++11 } }

struct Foo
{
  enum { BAR } bar = BAR;
};

constexpr Foo foo{};