leo/compiler/tests/array/inline.leo

3 lines
57 B
Plaintext

function main() -> u32[3] {
return [1u32, 1u32, 1u32]
}