bolt/deps/llvm-18.1.8/clang/test/CodeGenObjC/no-category-class.m

9 lines
183 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
@interface NSObject
@end
@implementation NSObject(IBXLIFFIntegration)
@end