// PR c++/104108 // { dg-do compile { target c++11 } } template class T> struct S { static int m_parameter; template class TT> using U = TT; };