leo/compiler/tests/array/input_array.leo

3 lines
53 B
Plaintext

function main(arr: u32[3]) -> u32[3] {
return arr
}