test: 增加Demo7

This commit is contained in:
Luke 2025-06-12 16:37:52 +08:00
parent a9819b769a
commit 852c6c0924

View File

@ -0,0 +1,12 @@
module: Main
function: main
parameter:
return_type: boolean
body:
declare b1 :boolean = true
declare b2 :boolean = !b1
return b2
end body
end function
end module