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