blob: 205bb4d7a279694a6d8289f1070610da3b3f7368 [file] [log] [blame]
/* APPLE LOCAL file radar 4436866 */
/* This program checks for proper declaration of property. */
/* APPLE LOCAL radar 4899595 */
/* { dg-options "-fno-objc-new-property -mmacosx-version-min=10.5" } */
/* { dg-do compile { target *-*-darwin* } } */
@interface Bar
@end
@implementation Bar
@property int foo; /* { dg-error "no declaration of property \\'foo\\' found in the interface" } */
@end