Home | History | Annotate | Download | only in Index

Lines Matching refs:end

1 /* Note: the RUN lines are near the end of the file, since line/column
4 @interface I1 @end
5 @interface I2 @end
6 @interface I3 : I2 @end
8 @interface I1(Cat1) @end
9 @interface I1(Cat2) @end
10 @interface I1(Cat3) @end
12 @interface I2 (Cat2) @end
13 @interface I2 (Cat3) @end
14 @interface I2 (Cat2) @end
15 @interface I3 (Cat1) @end
16 @interface I3 (Cat2) @end
18 @implementation I1(Cat2) @end
19 @implementation I1(Cat3) @end
20 @implementation I3(Cat2) @end