// { dg-options "-std=c++0x" } namespace N { template using U = T*; }; void f(N::U) { blah; } // { dg-error "void f(N::U)|not declared" }