brintos

brintos / llvm-project-archived public Read only

0
0
Text · 59 B · c44786f Raw
5 lines · cpp
1int otherfn() {2  int x = 4; // other marker3  return x;4}5