// { dg-do compile { target c++11 } } template struct tuple {}; template struct tuple { }; // { dg-error "end" } template struct int_vec { }; template struct int_vec { }; // { dg-error "end" }