Sign in
cobalt
/
cobalt
/
6f9a742d28df516936362c4ae00efbea9c3b06f2
/
.
/
third_party
/
llvm-project
/
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