brintos

brintos / llvm-project-archived public Read only

0
0
Text · 35 B · 5086aaa Raw
4 lines · c
1int inc(int x) {2  return x + 1;3}4