ligo/test/contracts/quote-declaration.ligo
2019-09-09 11:47:42 +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)