Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b8d42397aaac8cf4d8fe9d1b081a7b0440fc33d6
/
.
/
test
/
CodeGenObjC
/
objc2-retain-codegen.m
blob: d78bc366d3983b747531eb2db8fdbf7c8fc5a3f7 [
file
] [
log
] [
blame
]
// RUN: clang-cc -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