blob: 4758e05dc6e78d534ca5058b06465eac6295d1c7 [file] [log] [blame]
/* Check for proper declaration of @property. */
/* { dg-do compile } */
@interface Bar
{
int iVar;
}
@property int FooBar /* { dg-error "expected ':', ',', ';', '\}' or '__attribute__' at end of input" } */
/* { dg-error "expected ..end. at end of input" "" { target *-*-* } .-1 } */