leo/compiler/tests/integer/u32/input_u32.leo

3 lines
43 B
Plaintext

function main(x: u32) -> u32 {
return x
}