blob: 9706b08d07cb57deea917e79f437dc14fb835593 [file] [log] [blame]
/* APPLE LOCAL file radar 5333233 - radar 6064186 */
/* { dg-do compile { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-options "-mmacosx-version-min=10.6 -m64" } */
@interface Super { id isa; } @end
@implementation Super @end
@interface SubNoIvars : Super
@end
@implementation SubNoIvars @end
int main() { return 0; }
/* LLVM LOCAL adjust for different syntax */
/* { dg-final { scan-assembler "l_OBJC_CLASS_RO_\\\$_SubNoIvars:.*\n\t(.space\t4|.long\t0)\n\t.long\t8.*\n\t.long\t8" } } */