Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc.dg / property / property-neg-1.m
blobcae1a56154dfdef27ccdd61197d5a920266c8859
1 /* { dg-do compile } */
3 @interface Bar
5   int iVar;
7 @property int fooBar;
8 @end
10 @implementation Bar
11 @end /* { dg-warning "incomplete implementation of class .Bar." } */
12      /* { dg-warning "method definition for .-setFooBar:. not found" "" { target *-*-* } 11 } */
13      /* { dg-warning "method definition for .-fooBar. not found" "" { target *-*-* } 11 } */