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