1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
8 lines
136 B
C
8 lines
136 B
C
// Header for PCH test multiple_decls.c
|
|
|
|
struct wide { int value; };
|
|
int wide(char);
|
|
|
|
struct narrow { char narrow; };
|
|
char narrow(int);
|