leo/compiler/tests/canonicalization/array_size_zero_fail.leo

3 lines
44 B
Plaintext

function main() {
let a = [true; (0)];
}