android13/external/clang/test/ASTMerge/Inputs/function1.c

7 lines
116 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
void f0(int);
void f1(int, float);
void f2();
void f3(void);
void f4(int, int);
int f5(int) __attribute__((const));