test1.m.in.result 160 Bytes Raw Blame History Permalink 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