// { dg-do compile { target c++11 } } namespace N { template using U = T*; } void f(N::U) { blah; } // { dg-error "void f(N::U)|not declared" }