xref: /aosp_15_r20/external/clang/test/ASTMerge/Inputs/function1.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 void f0(int);
2 void f1(int, float);
3 void f2();
4 void f3(void);
5 void f4(int, int);
6 int f5(int) __attribute__((const));
7