2025-08-04 14:52:13 +08:00

10 lines
182 B
Plaintext

module: Main
function: main
params:
returns: int
body:
declare b1 :int = -1
return b1
end body
end function
end module