brintos

brintos / llvm-project-archived public Read only

0
0
Text · 69 B · 03c1d91 Raw
8 lines · plain
1define void @B() {2  call void @A()3  ret void4}5 6declare void @A()7 8