leo/compiler/tests/array/input.leo
2020-06-08 17:51:06 -07:00

3 lines
53 B
Plaintext

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