aboutsummaryrefslogtreecommitdiff
path: root/test/ARCMT/Inputs/test1.m.in.result
blob: 1db9bf7ad65c799e83440fad657b9bf444f733ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define PART1
#include "test.h"

void test1(id p) {
}

@interface Test2
@property (strong) id prop;
@end

@implementation Test2
-(id)init {
  _prop = 0;
}
@end