brintos

brintos / llvm-project-archived public Read only

0
0
Text · 39 B · 2616102 Raw
3 lines · plain
1bool notzero(int i) {2 return i != 0;3}