brintos

brintos / llvm-project-archived public Read only

0
0
Text · 63 B · e2fc213 Raw
4 lines · c
1extern void use();2int f1() { return 5; }3void f2() { use(); }4