blob: 1b538f478c067cd841caf9ea7a0f3e1c3ef26896 [file] [log] [blame]
/* APPLE LOCAL file radar 4436866 */
/* Check for proper declaration of @property. */
/* { dg-options "-mmacosx-version-min=10.5" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-do compile { target *-*-darwin* } } */
@interface Bar
{
int iVar;
}
@property int FooBar /* { dg-warning "expected \\`@end\\' at end of input" } */