xref: /aosp_15_r20/external/clang/test/CodeGenObjC/no-category-class.m (revision 67e74705e28f6214e480b399dd47ea732279e315)
1// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
2
3@interface NSObject
4@end
5
6@implementation NSObject(IBXLIFFIntegration)
7@end
8
9