brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · 031d472 Raw
10 lines · plain
1.functype foo () -> ()2 3  .globl  call_foo4call_foo:5  .functype call_foo () -> ()6  call  foo7  end_function8 9  .import_module  foo, baz10