2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.bob / friend1.C
blob4bce9d2ea8eb73314e47d81b54b9504c9b03429f
1 // { dg-do assemble  }
2 class C {
3 public:
4   static friend int f(); // { dg-error "" } 
5 };