leo/compiler/tests/syntax/identifiers/console_fail.leo

3 lines
43 B
Plaintext
Raw Normal View History

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