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