blob: a558f021f313bf7b342f3b944e3778d991d36d67 [file] [log] [blame]
/* APPLE LOCAL file 5774213 */
/* We must not generate global symbol for category names in the ObjC2 ABI. */
/* { dg-options "-mmacosx-version-min=10.5 -m64" } */
/* { dg-do compile { target *-*-darwin* } } */
@interface Foo
@end
@interface Foo (stuff)
@end
@implementation Foo (stuff)
@end
/* { dg-final { scan-assembler-not ".objc_category_name" } } */