init
This commit is contained in:
8
tests/test.clif
Normal file
8
tests/test.clif
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user