Improved Windows ABI support

This commit is contained in:
2025-02-15 18:23:33 +01:00
parent 0a1a8f741d
commit d0bcd8cf9f
22 changed files with 124 additions and 32 deletions

View File

@ -6,10 +6,12 @@ main() {
e := 5
f := 6
g := 7
h := 8
assert a != b
assert c != d
assert e != f
assert g != h
assert a != 0
assert b != 0
assert c != 0
assert d != 0
assert e != 0
assert f != 0
assert g != 0
}