// { dg-do compile { target c++11 } } template struct A { using type = T; }; template