Esempio n. 1
0
void
A::Safe() const 
{
   Munge(i);	// { dg-error "" } should not be able to modify a const object
}
Esempio n. 2
0
File: p701.C Progetto: ChaosJohn/gcc
void
A::Safe() const 
{
   Munge(i);	        // { dg-error "invalid initialization" }
}