예제 #1
0
파일: p701.C 프로젝트: robinsonb5/zpugcc
void
A::Safe() const 
{
   Munge(i);	// { dg-error "" } should not be able to modify a const object
}
예제 #2
0
파일: p701.C 프로젝트: ChaosJohn/gcc
void
A::Safe() const 
{
   Munge(i);	        // { dg-error "invalid initialization" }
}