Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.brendan / mutable1.C
blob7840ac8d9195a86667a0bf1b81349137744a44f2
1 // { dg-do assemble  }
2 // GROUPS passed mutable
3 class foo;
4 class bar {
5   mutable foo const *foobar;
6 };