brintos

brintos / llvm-project-archived public Read only

0
0
Text · 35 B · 178e1ea Raw
4 lines · c
1int dec(int x) {2  return x + 1;3}4