test: 修改Demo6

This commit is contained in:
Luke 2025-06-12 16:38:00 +08:00
parent 852c6c0924
commit 7bd85d4082

View File

@ -3,7 +3,7 @@ module: Main
parameter: parameter:
return_type: int return_type: int
body: body:
declare b1 :int =-1 declare b1 :int = -1
return b1 return b1
end body end body
end function end function