Sign in
llvm
/
clang
/
b15c08d32c072399e59c388bbf6a814831a0bb92
/
.
/
test
/
ARCMT
/
Inputs
/
test1.m.in
blob: 44a3c4cf3d93fc6a5bf8f6f67670a1d5b8d9f3cc [
file
] [
log
] [
blame
]
#define
PART1
#include
"test.h"
void
test1
(
id p
)
{
[
p release
];
}
@interface
Test2
@property
(
strong
)
id prop
;
@end
@implementation
Test2
-(
id
)
init
{
_prop
=
0
;
}
@end