brintos

brintos / llvm-project-archived public Read only

0
0
Text · 33 B · 081f6f0 Raw
4 lines · c
1int foo(int x) {2  return x+1;3}4