blob: b4645c2b926b74d30a80e3c6920260c1f675aea9 [file] [log] [blame]
/* APPLE LOCAL file 4695109 */
/* { dg-options "-mmacosx-version-min=10.5 -fobjc-abi-version=2" } */
/* { dg-do compile { target *-*-darwin* } } */
@protocol Proto1
+classMethod;
@end
@protocol Proto2
+classMethod2;
@end
int main() {
return (long) @protocol(Proto1);
}
/* { dg-final { scan-assembler "L_OBJC_PROTOCOL_\\\$_Proto1:" } } */