Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-140254-tim/floating-point-predicate-utils
/
.
/
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