2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / alias-decl-11.C
blob54574337b20354774317461a1911551c34d47b1f
1 // { dg-do compile { target c++11 } }
3 namespace N
5   template <class T> using U = T*;
8 void f(N::U<int>) { blah; } // { dg-error "void f(N::U<int>)|not declared" }