blob: b60527d6e4adac5d48163a1425d490309786acae [file] [log] [blame]
/* APPLE LOCAL file radar 4436866 */
/* This program checks for proper declaration of property. */
/* APPLE LOCAL radar 4899595 */
/* { dg-options "-mmacosx-version-min=10.5" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-do compile { target *-*-darwin* } } */
__attribute__((objc_root_class)) @interface Bar
@end
@implementation Bar
@synthesize foo; /* { dg-error "no declaration of property \\'foo\\' found in the interface" } */
@end