2014-07-11 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / obj-c++.dg / syntax-error-5.mm
blobf0d06052081de65a75dd3cc62d67da2a9fa22f3a
1 /* { dg-do compile } */
3 typedef struct S { int i; } NSDictionary;
5 @interface A 
8 @end
10 @interface B : A
12     NSDictionary * _userInfo;
13 @end                            /* { dg-error "expected .\}. before .end."  } */