xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/linkage-merge-sub.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc extern int f0(int);
2*f4a2713aSLionel Sambuc extern int f1(int);
3*f4a2713aSLionel Sambuc static int f2(int);
4*f4a2713aSLionel Sambuc static int f3(int);
5*f4a2713aSLionel Sambuc 
6*f4a2713aSLionel Sambuc extern int v0;
7*f4a2713aSLionel Sambuc extern int v1;
8*f4a2713aSLionel Sambuc static int v2;
9*f4a2713aSLionel Sambuc static int v3;
10*f4a2713aSLionel Sambuc 
11*f4a2713aSLionel Sambuc typedef int T0;
12