OSDN Git Service

Remove gcc.target/arm/ivopts-6.c, didn't happen with patch.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / obj-c++.dg / syntax-error-5.mm
1 /* { dg-do compile } */
2
3 typedef struct S { int i; } NSDictionary;
4
5 @interface A 
6 {
7 }
8 @end
9
10 @interface B : A
11 {
12     NSDictionary * _userInfo;
13 @end                            /* { dg-error "expected .\}. before .end."  } */