blob: d54cfddf5196fd867add0b8d87e944a758c412de [file] [log] [blame]
/* { dg-do compile } */
@interface Bar
{
int iVar;
}
@property int fooBar;
@end
@implementation Bar
@end /* { dg-warning "incomplete implementation of class .Bar." } */
/* { dg-warning "method definition for .-setFooBar:. not found" "" { target *-*-* } .-1 } */
/* { dg-warning "method definition for .-fooBar. not found" "" { target *-*-* } .-2 } */