objc2-protocol-ext-1.m   [plain text]


/* APPLE LOCAL file 5192466 */
/* Check for addition of two new fiellds at end of protocol meta-data. */
/* { dg-options "-mmacosx-version-min=10.5 -m64" } */
/* { dg-do compile { target *-*-darwin* } } */

@protocol Proto1
@end

@protocol Proto2
@end

@interface Super <Proto1, Proto2> { id isa; } @end
@implementation Super @end
/* { dg-final { scan-assembler ".long\t72\n\t.long\t0" } } */