summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/mutable1.C
blob: 79157b7607c97ecf326fe47b2e6245b88ee20a20 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed mutable
class foo;
class bar {
  mutable foo const *foobar;
};