brintos

brintos / llvm-project-archived public Read only

0
0
Text · 53 B · b9e1714 Raw
8 lines · cpp
1int bar() {2  return 0;3}4 5void other() {6  bar();7}8