// PR c++/52008 // { dg-do compile { target c++11 } } template struct A; template struct A<0, Ts...>; // { dg-error "not more specialized" }