8 lines
140 B
Plaintext

module: ModuleA
function: fun
return_type: int
body:
return 123
end body
end function
end module