brintos

brintos / llvm-project-archived public Read only

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