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

3 lines
44 B
Plaintext
Raw Normal View History

2020-07-30 10:56:17 +03:00
function main() {
let a = [1u8, bool];
}