1// Header for PCH test multiple_decls.c
2
3struct wide { int value; };
4int wide(char);
5
6struct narrow { char narrow; };
7char narrow(int);
8