// PR c++/58435 // { dg-do compile { target c++11 } } template struct same { static const bool value = false; }; template struct same { static const bool value = true; }; template