aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/friend27.C
blob: 0f11a49c060c5d0db3230799d5f5f9f72033a1cd (plain)
1
2
3
4
5
6
7
// Build don't link:

class S
{
  friend void f<>(int); // ERROR - does not match any template
  int i;
};