PR c++/54511
[official-gcc.git] / gcc / testsuite / g++.dg / template / typedef4.C
blob60fad0688580ff413b2a46d8d0b6f73f9b021615
1 // PR c++/27572
2 // { dg-do compile }
4 template<typedef> void foo();  // { dg-error "no type|typedef declaration|template" }
6 void bar()
8   foo<int>();                  // { dg-error "matching" }
9   // { dg-message "candidate" "candidate note" { target *-*-* } 8 }