// Origin: PR c++/54466 // { dg-do compile { target c++11 } } template struct X { }; template using Y = const X; using Z = Y;