xref: /minix3/external/bsd/llvm/dist/clang/test/ASTMerge/Inputs/function2.c (revision e985b929927b5932e3b68f4b50587d458900107a)
1 typedef int Int;
2 void f0(Int);
3 void f1(Int, double);
4 void f2(int, int);
5 void f3(int);
6 static void f4(float, float);
7 int f5(int) __attribute__((const));
8