summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p7635.C
blob: ac31af202a5c06359ceefe79c7f0d7e5bb37e672 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// prms-id: 7635

class DaycountBasis {
  mutable const int * p;
  mutable int * const q;	// { dg-error "" } 
};