brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 5700dd7 Raw
12 lines · c
1void f(void);2 3struct one {};4void two(void);5 6void many(int i);7struct many;8void many(int j);9struct many;10 11void noret(void);12