OSDN Git Service

2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / pr33558-2.C
1 /* { dg-do compile } */
2 /* { dg-options "-fpermissive" } */
3
4 class X {
5   mutable int &q; /* { dg-warning "cannot be declared 'mutable'" } */
6 };