xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/no-category-class.m (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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