2013-10-29 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / obj-c++.dg / syntax-error-6.mm
blob21423ec7eb73b7c0e624e5df92c980129eadddc2
1 /* { dg-do compile } */
3 @interface NSButton
4 - (int) state;
5 @end
7 void FOO()
9   NSButton * mCopyAcrobatCB; 
10         
11   [ [ mCopyAcrobatCB state ] == 0 ] != 1;  /* { dg-error "objective\\-c\\+\\+" } */