brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · c34ae4b Raw
14 lines · plain
1.globl foo2foo:3   .functype foo (f32) -> (i32)4   i32.const 05   end_function6 7 8.globl call_foo9call_foo:10   .functype call_foo () -> (i32)11   f32.const 0.012   call foo13   end_function14