2025-08-04 15:08:28 +08:00

8 lines
136 B
Plaintext

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