ligo/src/contracts/quote-declaration.ligo
2019-05-14 17:53:44 +02: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)