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