leo/compiler/tests/array/input/inline_fail.leo
2020-07-31 20:59:50 -07:00

3 lines
44 B
Plaintext

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