* g++.dg/debug/pr71432.C: Fail on AIX.
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr33558.C
blob1a340af59724ccf2413808e4cbc211969dca285b
1 /* { dg-do compile } */
3 class X {
4   mutable int &q; /* { dg-error "cannot be declared 'mutable'" } */
5 };