Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
ARCMT
/
Inputs
/
test1.m.in.result
blob: 1db9bf7ad65c799e83440fad657b9bf444f733ff [
file
] [
log
] [
blame
]
#define
PART1
#include
"test.h"
void
test1
(
id p
)
{
}
@interface
Test2
@property
(
strong
)
id prop
;
@end
@implementation
Test2
-(
id
)
init
{
_prop
=
0
;
}
@end