blob: f730fe846442ffd8238ad391a64511ed3082743a [file] [log] [blame]
/* { dg-do compile } */
@interface Bar
@end
@implementation Bar
@property int FooBar; /* { dg-error "property declaration not in @interface or @protocol context" } */
@end