// PR c++/57388 // { dg-require-effective-target c++11 } template struct A { static constexpr bool value = false; }; template struct A { static constexpr bool value = true; }; template struct A { static constexpr bool value = true; }; template struct A { static constexpr bool value = true; }; static_assert(A::value, "Ouch"); static_assert(A::value, ""); // #1 static_assert(A::value, ""); // #2