aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/err-msg12.C
blob: 0b59ba0c8daaf4545e97a1fa6a63f9943dfacda8 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed error-messages
class foo {
public:
  friend mutable int x ();// ERROR -  non-object member `x' cannot be declared `mutable'
};