ligo/contracts/quote-declaration.ligo
2019-05-12 20:57:30 +00:00

9 lines
158 B
Plaintext

function foo (const input : int) : int is begin
skip
end with (input + 42)
function main (const i : int) : int is
begin
skip
end with i + foo (i)