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 return_type: boolean
body: body:
declare b1 :boolean = true declare b1 :boolean = true
declare b2 :boolean = !b1 return !b1
return b2
end body end body
end function end function
end module end module