test: 修改示例代码

This commit is contained in:
Luke 2025-07-20 20:15:07 +08:00
parent b332c76ef8
commit b8c57b6c49
2 changed files with 8 additions and 9 deletions

View File

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

View File

@ -4,8 +4,7 @@ module: Main
function: main
return_type: void
body:
BuiltinUtils.print(1)
BuiltinUtils.println(2)
syscall("PRINT",1)
end body
end function
end module