brintos

brintos / llvm-project-archived public Read only

0
0
Text · 88 B · 30199db Raw
7 lines · c
1int f0(int *pointer1, float *pointer2) {2  return pointer2 - pointer1;3}4 5void g() {6  7