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