brintos

brintos / llvm-project-archived public Read only

0
0
Text · 52 B · 3c87bfe Raw
4 lines · cpp
1int c_function(int input) {2    return input * 3;3}4