blob: 1a340af59724ccf2413808e4cbc211969dca285b [file] [log] [blame]
/* { dg-do compile } */
class X {
mutable int &q; /* { dg-error "cannot be declared 'mutable'" } */
};