OSDN Git Service

Pizza-lize :-)
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / pr33558.C
1 /* { dg-do compile } */
2
3 class X {
4   mutable int &q; /* { dg-error "cannot be declared 'mutable'" } */
5 };