leo/compiler/tests/syntax/identifiers/input_fail.leo
2020-09-02 20:24:21 -07:00

3 lines
41 B
Plaintext

function main() {
let input = 0u32;
}