blob: 4f66b457b73f8ff574ce140c8b4eeff31a5a5649 [file] [log] [blame]
/* APPLE LOCAL file radar 5192466 - radar 10492418 */
/* Check the size of protocol meta-data. */
/* { dg-options "-Wno-objc-root-class -mmacosx-version-min=10.5 -m64" } */
/* { dg-do compile { target powerpc*-*-darwin* i?86*-*-darwin* } } */
@protocol Proto1
@end
@protocol Proto2
@end
@interface Super <Proto1, Proto2> { id isa; } @end
@implementation Super @end
/* { dg-final { scan-assembler ".long\t80\n\t.long\t0" } } */