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
return_type: int
body:
declare res: boolean = 8.1 == 7.1
declare res: boolean = 8b == 7b
if res then
return 131
else
return 666
end if
return 65537
end body
end function