// PR c++/54859 // { dg-do compile { target c++11 } } template using Num = int; template using Count = Num; Count i;