brintos

brintos / llvm-project-archived public Read only

0
0
Text · 59 B · 0b2a3b8 Raw
5 lines · plain
1%foo = type { ptr }2define void @g(%foo %x) {3  ret void4}5