summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/redecl-merge-bottom.h
blob: b8fb1794afae2b291e09fbb5b20dd035dfb37081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import redecl_merge_left;

@class C4;
@class C4;
@protocol P4;
@protocol P4;
@protocol P4;
@import redecl_merge_right;

@class B;

@class A;

@protocol P1;

struct S1;
struct S3;

void refers_to_C4(C4*);

@interface UnrelatedToDeclaredThenLoaded
- declaredThenLoadedMethod;
@end

@class DeclaredThenLoaded;
OpenPOWER on IntegriCloud