示例#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" }
}