brintos

brintos / llvm-project-archived public Read only

0
0
Text · 83 B · b59c234 Raw
7 lines · c
1inline int bar(int i) {2  int *ptr = 0;3  float *ptr1;4  ptr = ptr1;5  return 0;6}7