xref: /llvm-project/clang/test/ARCMT/Inputs/test1.m.in.result (revision 85230d50f2ebe14b4c7cffb2c4d213398baed1cf)
1#define PART1
2#include "test.h"
3
4void test1(id p) {
5}
6
7@interface Test2
8@property (strong) id prop;
9@end
10
11@implementation Test2
12-(id)init {
13  _prop = 0;
14}
15@end
16