xref: /minix3/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/test1.m.in.result (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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