SCompiler/test
2025-05-06 22:21:59 +08:00

13 lines
226 B
Plaintext

module: CommonTasks
function: main1
parameter:
declare num1: int
declare num2: int
return_type:void
body:
num1 = 10
end body
end function
end module