leo/asg/tests/pass/function/newlines.leo

9 lines
88 B
Plaintext

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