1*f4a2713aSLionel Sambuc @class A; 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc @class A; 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc @class A; 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc @class B; 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel Sambuc @protocol P1; 10*f4a2713aSLionel Sambuc 11*f4a2713aSLionel Sambuc @protocol P2; 12*f4a2713aSLionel Sambuc @protocol P2; 13*f4a2713aSLionel Sambuc 14*f4a2713aSLionel Sambuc struct S1; 15*f4a2713aSLionel Sambuc struct S2; 16*f4a2713aSLionel Sambuc struct S2; 17*f4a2713aSLionel Sambuc 18*f4a2713aSLionel Sambuc int func1(int); 19*f4a2713aSLionel Sambuc 20*f4a2713aSLionel Sambuc void eventually_noreturn(void); 21