test: 修改Demo6

This commit is contained in:
Luke 2025-06-12 15:24:27 +08:00
parent c188eb478b
commit 7708a88771

View File

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