aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p7635.C
blob: 4cafa0e46fa4d7ecf03348e40d094f727aec629e (plain)
1
2
3
4
5
6
// prms-id: 7635

class DaycountBasis {
  mutable const int * p;
  mutable int * const q;	// ERROR - 
};