Improved Windows ABI support
This commit is contained in:
parent
0a1a8f741d
commit
d0bcd8cf9f
22 changed files with 124 additions and 32 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue