blob: a8df840b7a8a1c90138b819c06c9b64a72bb7aa4 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fpermissive" } */
class X {
mutable int &q; /* { dg-warning "cannot be declared 'mutable'" } */
};