xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/redecl-merge-bottom.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc @import redecl_merge_left;
2*f4a2713aSLionel Sambuc 
3*f4a2713aSLionel Sambuc @class C4;
4*f4a2713aSLionel Sambuc @class C4;
5*f4a2713aSLionel Sambuc @protocol P4;
6*f4a2713aSLionel Sambuc @protocol P4;
7*f4a2713aSLionel Sambuc @protocol P4;
8*f4a2713aSLionel Sambuc @import redecl_merge_right;
9*f4a2713aSLionel Sambuc 
10*f4a2713aSLionel Sambuc @class B;
11*f4a2713aSLionel Sambuc 
12*f4a2713aSLionel Sambuc @class A;
13*f4a2713aSLionel Sambuc 
14*f4a2713aSLionel Sambuc @protocol P1;
15*f4a2713aSLionel Sambuc 
16*f4a2713aSLionel Sambuc struct S1;
17*f4a2713aSLionel Sambuc struct S3;
18*f4a2713aSLionel Sambuc 
19*f4a2713aSLionel Sambuc void refers_to_C4(C4*);
20*f4a2713aSLionel Sambuc 
21*f4a2713aSLionel Sambuc @interface UnrelatedToDeclaredThenLoaded
22*f4a2713aSLionel Sambuc - declaredThenLoadedMethod;
23*f4a2713aSLionel Sambuc @end
24*f4a2713aSLionel Sambuc 
25*f4a2713aSLionel Sambuc @class DeclaredThenLoaded;
26