test:修改测试代码

This commit is contained in:
Luke 2025-06-25 15:15:37 +08:00
parent a64209c211
commit d892437deb

View File

@ -1,13 +1,10 @@
function: main function: main
return_type: int return_type: int
body: body:
declare res: boolean = 8.1 == 7.1 declare res: boolean = 8b == 7b
if res then if res then
return 131 return 131
else
return 666
end if end if
return 65537 return 65537
end body end body
end function end function