// { dg-do compile { target c++11 } } template template using U = void; // { dg-error "too many" } template using V = void; template struct X { template template using U = void; // { dg-error "too many" } template using V = void; };