10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
module: Main
|
|
function: main
|
|
parameter:
|
|
return_type: int
|
|
body:
|
|
declare b1 :int = -1
|
|
return b1
|
|
end body
|
|
end function
|
|
end module |