leo/compiler/tests/syntax/identifiers/input_fail.leo

3 lines
41 B
Plaintext
Raw Normal View History

2020-09-03 06:24:21 +03:00
function main() {
let input = 0u32;
}