test : 修改测试代码

This commit is contained in:
Luke 2025-06-12 22:18:16 +08:00
parent ddea7e887f
commit bea8a65c8e

View File

@ -4,9 +4,7 @@ module: Main
return_type: boolean
body:
declare b1 :boolean = true
declare b2 :boolean = !b1
return b2
return !b1
end body
end function
end module