]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/explicit20.C
static11.C: Add xtensa-*-elf* to the list of targets to skip.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit20.C
CommitLineData
3055528c
JM
1// Build don't link:
2// GROUPS passed templates
3template <class T>
4T foo(T t);
5
6template <>
fca48256 7int foo<char>(char c); // ERROR - does not match any template declaration
This page took 1.265503 seconds and 5 git commands to generate.