1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-18 15:31:32 +03:00
leo/compiler/tests/array/input_tuple_3x2_fail.leo

4 lines
75 B
Plaintext

function main(a: [u8; (3, 2)]) {
console.assert(a == [0u8; (3, 2)]);
}