llvm-project/clang/test/ASTMerge/Inputs/function2.c

7 lines
116 B
C
Raw Normal View History

typedef int Int;
void f0(Int);
void f1(Int, double);
void f2(int, int);
void f3(int);
static void f4(float, float);