2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / friend5.C
blob44f16678a23a55c66af9755d8539dd800691660e
1 // { dg-do assemble  }
2 // submitted by David C Binderman <dcb@pncl.co.uk>
4 struct A {
5         friend bool();          // { dg-error "" } invalid declaration
6 };