This commit is contained in:
T0b1
2023-04-18 12:21:54 +02:00
commit 0bb8f5c3be
14 changed files with 4993 additions and 0 deletions

8
tests/test.clif Normal file
View 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
}