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

8 lines
136 B
Plaintext

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