blob: 371586a877d65d6d038fe7a9d502521b9d292df2 [file] [log] [blame]
/* APPLE LOCAL file radar 5265608 */
/* Catch error when property synthesis is not in an @implementation context. */
/* { dg-options "-mmacosx-version-min=10.5" } */
/* { dg-do compile { target *-*-darwin* } } */
@interface BugBugBug
{
id key;
}
@property(copy) id key;
@end
@synthesize key=key; /* { dg-warning "@synthesize property must be in implementation context" } */