8 - instanceMethodWithInt
:(int)i
;
9 - (struct OpaqueData
*) getSomethingOpaque
;
10 @property
int property
;
13 @interface ObjCClassWithPrivateIVars
{
18 @interface
ObjCClass (Category
)
22 @protocol ObjCProtocol
28 + (InnerEnum
)protocolMethod
;
36 struct PureForwardDecl
;
38 typedef union { int i
; } TypedefUnion
;
39 typedef enum { e1
= 1 } TypedefEnum
;
40 typedef struct { int i
; } TypedefStruct
;
42 union { int i
; } GlobalUnion
;
43 struct { int i
; } GlobalStruct
;
44 enum { e2
= 2 } GlobalEnum
;