blob: 84a47381f188e8df48ec58c17cfd1f2c0bc77ceb [file] [log] [blame]
// PR c++/65554
// { dg-do compile { target c++11 } }
namespace std
{
template <class> class initializer_list // { dg-error "definition of std::initializer_list does not match" }
{
int *_M_array;
int _M_len;
};
}
// { dg-prune-output "compilation terminated" }