aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/redecl-merge-top.h
blob: 690e6df1c9e2c979a44b308e3932542ff49fcb69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@class A;

@class A;

@class A;

@class B;

@protocol P1;

@protocol P2;
@protocol P2;

struct S1;
struct S2;
struct S2;

int func1(int);