2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / err-msg12.C
blobe9bd5a6436b71b75dfe48466eb2fed0b289b5d2d
1 // { dg-do assemble  }
2 // GROUPS passed error-messages
3 class foo {
4 public:
5   friend mutable int x ();// { dg-error "" }  non-object member `x' cannot be declared `mutable'
6 };