leo/compiler/tests/function/newlines.leo

9 lines
87 B
Plaintext

function main(
a: u32,
b: u32,
) -> (
u32,
u32,
) {
return (a, b)
}