Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / typename10.C
blob1b122b229014794335401e1fa119a690b4cbcd09
1 // Build don't link:
3 struct S {
4   typedef int I;
5 };
7 void f(typename S::I); // ERROR - using typename outside of template