// PR c++/96805 // { dg-do compile { target c++11 } } template class a { template struct c { template using t = int; t m; }; };