leo/compiler/tests/array/input/inline_fail.leo

4 lines
45 B
Plaintext

function main() {
let a = [1u8, bool];
}