OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.bob / friend1.C
1 class C {
2 public:
3   static friend int f(); // ERROR - 
4 };