Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a54da05098aff1ca992f5292f3f6a39ec3cef31e
/
.
/
test
/
CodeGenObjC
/
objc2-retain-codegen.m
blob: 2c3317a4854de24768c7d68684ed11ce94c5d0a6 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-gc-only -emit-llvm -o %t %s
@interface
I0
{
I0
*
_f0
;
}
@property
(
retain
)
id p0
;
@end
@implementation
I0
@synthesize
p0
=
_f0
;
@end