Update tests

This commit is contained in:
Sam Mohr 2025-01-17 19:10:20 -08:00
parent 1a9668e83a
commit b8de09d048
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
61 changed files with 757 additions and 720 deletions

View file

@ -14,8 +14,8 @@ main = (f "") {}
# -emit:mono
procedure Bool.2 ():
let Bool.23 : Int1 = true;
ret Bool.23;
let Bool.21 : Int1 = true;
ret Bool.21;
procedure Test.1 (Test.2):
let Test.34 : Int1 = CallByName Bool.2;