aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.bob/friend1.C
blob: 1782f08913ab239ca1cad2d0f2c68131655cb949 (plain)
1
2
3
4
class C {
public:
  static friend int f(); // ERROR - 
};