brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 0c672f7 Raw
9 lines · plain
1// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s2 3@interface NSObject4@end5 6@implementation NSObject(IBXLIFFIntegration)7@end8 9