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

4 lines
47 B
Plaintext

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