Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / typedef3.C
blob481f451d84e7e362c49e4c69b1532b627187b6b0
1 // PR c++/19397
2 // { dg-do compile }
4 template<typename> struct A
6     typedef int ::template; // { dg-error "template" }
7 };