blob: 44639ef797bfd4c4ee03844c8aab824d89e32fe5 [file] [log] [blame]
/* APPLE LOCAL file radar 6252174 */
/* { dg-options "-m64 -mmacosx-version-min=10.6" } */
/* { dg-do compile { target *-*-darwin* } } */
@interface NSObject
-method;
@end
@interface Sub : NSObject @end
@implementation Sub
-method { [super method]; }
@end
/* { dg-final { scan-assembler-not ".section __DATA, __objc_msgrefs, coalesced\n\t.align 4\n\tl_objc_msgSendSuper2_fixup_method" } } */