1 /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, December 2010. */
2 /* { dg-do compile } */
4 /* This test tests the basic of class extensions. */
15 @interface MyObject ()
20 @implementation MyObject
29 @end /* { dg-warning "incomplete implementation of class .MyObject." } */
30 /* { dg-warning "method definition for .-test3. not found" "" { target *-*-* } .-1 } */