bolt/deps/llvm-18.1.8/clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m
2025-02-14 19:21:04 +01:00

14 lines
203 B
Objective-C

// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
@interface Base @end
@interface Sub1 : Base @end
@implementation Sub1 @end
@implementation Base {
@private
id ivar;
}
@end