Files
cranelift_test/tests/test.clif
2023-04-18 12:21:54 +02:00

8 lines
169 B
Plaintext

function u0:4(i64, i64) system_v {
sig0 = () -> i8 system_v
block0(v0: i64, v1: i64):
v2 = call_indirect sig0, v0()
store notrap aligned v2, v1
return
}