blob: b97d83fd794d39a2fca19e909a063c5a56afdc88 [file] [log] [blame]
/* APPLE LOCAL file 5433974 */
/* { dg-options "-mmacosx-version-min=10.5 -fobjc-abi-version=2" } */
/* { dg-do compile { target *-*-darwin* } } */
@protocol Proto
+classMethod;
@end
@implementation <Proto> @end /* { dg-error "use of @implementation" } */
/* { dg-warning "@end' must appear in an @implementation context" "" { target *-*-darwin* } 9 } */