summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/redecl-merge-bottom.h
blob: 28ea20c55de944243627c113f430379812cfef65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@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*);

OpenPOWER on IntegriCloud