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

template <typename T>
struct A {
  static constexpr int value = int(T{});
};