1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
8 lines
152 B
C
8 lines
152 B
C
typedef int Int;
|
|
void f0(Int);
|
|
void f1(Int, double);
|
|
void f2(int, int);
|
|
void f3(int);
|
|
static void f4(float, float);
|
|
int f5(int) __attribute__((const));
|