Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
clang
/
test
/
CodeGenObjC
/
objc2-nonfragile-abi-impl.m
blob: 286ab7e015c283bdad903ff2ea2dbf7b814d3960 [
file
] [
log
] [
blame
] [
edit
]
// 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