/cp
[official-gcc.git] / gcc / testsuite / g++.dg / template / typedef4.C
blobf776f331c669f797e6873907bf10762edf2ff815
1 // PR c++/27572
2 // { dg-do compile }
4 template<typedef> void foo();  // { dg-error "10:typedef declaration" }
5 // { dg-error "no type|template" "" { target *-*-* } .-1 }
7 void bar()
9   foo<int>();                  // { dg-error "matching" }