]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/friend26.C
cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / friend26.C
1 // Build don't link:
2
3 struct S
4 {
5 friend void f<>(int); // ERROR - does not match any template
6 };