brintos

brintos / llvm-project-archived public Read only

0
0
Text · 136 B · 23696b0 Raw
8 lines · c
1// Header for PCH test multiple_decls.c2 3struct wide { int value; };4int wide(char);5 6struct narrow { char narrow; };7char narrow(int);8