2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit21.C
blob8d22f3ec2fc6fa445260b9de3dc2f1c92dc5b5d4
1 // { dg-do assemble  }
2 // GROUPS passed templates
3 template <class T>
4 T foo(T* t);
6 template <>
7 int foo<char>(char c); // { dg-error "" } does not match declaration.
9 template <>
10 int bar<char>(); // { dg-error "" } no template bar.