test: 更新 Demo15 文件

This commit is contained in:
Luke 2025-07-28 13:43:27 +08:00
parent 2e4b76dfe2
commit e0ad945202

View File

@ -1,9 +1,13 @@
module: Main
import: os
globals:
declare num1:int=10
function: main
return_type: void
body:
print(222)
declare num1:int=11
print(num1)
end body
end function
end module