test: 修改 Bug1

This commit is contained in:
Luke 2025-07-17 17:06:39 +08:00
parent 59aef0c661
commit 08cfc1ffb9

View File

@ -2,8 +2,7 @@ module: Main
function: main
return_type: void
body:
declare abc!:int =1
declare abc:string ="0"
end body
end function
end module