brintos

brintos / llvm-project-archived public Read only

0
0
Text · 34 B · 4a99ff0 Raw
4 lines · c
1void f1(int *ptr) {2  *ptr = 0;3}4