OSDN Git Service

new
[pf3gnuchains/gcc-fork.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 };