hanchenye-llvm-project/clang/test/CodeGenObjC/no-category-class.m

9 lines
167 B
Objective-C

// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-fragile-abi -emit-llvm -o %t %s
@interface NSObject
@end
@implementation NSObject(IBXLIFFIntegration)
@end