leo/compiler/tests/array/input.leo

3 lines
53 B
Plaintext
Raw Normal View History

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