1 /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, November 2010. */
2 /* { dg-do compile } */
4 /* Test that a duplicated @implementation for the same class does not
21 /* The most likely cause is that the programmer meant this to be a
22 category, so check what happens if we have some different methods
25 - (int) test2 /* { dg-error "reimplementation of class .Test." } */
30 /* { dg-warning "incomplete implementation" "" { target *-*-* } 29 } */
31 /* { dg-warning "not found" "" { target *-*-* } 29 } */