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