brintos

brintos / llvm-project-archived public Read only

0
0
Text · 85 B · 423c9d5 Raw
9 lines · plain
1define void @f2() {2  call void @f3()3  ret void4}5 6define void @f3() {7  ret void8}9