Home | History | Annotate | Download | only in Inputs
      1 #define PART1
      2 #include "test.h"
      3 
      4 void 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