blob: 21423ec7eb73b7c0e624e5df92c980129eadddc2 [file] [log] [blame]
/* { dg-do compile } */
@interface NSButton
- (int) state;
@end
void FOO()
{
NSButton * mCopyAcrobatCB;
[ [ mCopyAcrobatCB state ] == 0 ] != 1; /* { dg-error "objective\\-c\\+\\+" } */
}