xref: /llvm-project/clang/test/Modules/Inputs/linkage-merge-sub.h (revision 3552dabfe14af081a6a4434d3f908f420d0a3668)
1*3552dabfSDouglas Gregor extern int f0(int);
2*3552dabfSDouglas Gregor extern int f1(int);
3*3552dabfSDouglas Gregor static int f2(int);
4*3552dabfSDouglas Gregor static int f3(int);
5*3552dabfSDouglas Gregor 
6*3552dabfSDouglas Gregor extern int v0;
7*3552dabfSDouglas Gregor extern int v1;
8*3552dabfSDouglas Gregor static int v2;
9*3552dabfSDouglas Gregor static int v3;
10*3552dabfSDouglas Gregor 
11*3552dabfSDouglas Gregor typedef int T0;
12