blob: d3650b4e851efb2dc79849c98b68d3ee0b4d0d7c [file] [log] [blame]
/* APPLE LOCAL file radar 4810587 */
/* Check that default option also results in generation of objc section
with flag of 0 */
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-darwin* } { "-m64" } { "" } } */
@interface INTF
@end
@implementation INTF
@end
/* { dg-final { scan-assembler ".section __OBJC, __image_info" } } */
/* { dg-final { scan-assembler "L_OBJC_IMAGE_INFO:\n\t.space 8" } } */