brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 87d2478 Raw
11 lines · plain
1source_filename = "foo.c"2 3$dat = comdat any4 5define void @main() comdat($dat) {6  call void @foo()7  ret void8}9 10declare void @foo()11