// PR c++/100102 // { dg-do compile { target c++11 } } template using a = int; template struct k { static long o(); template using n = a; n q; };