leo/compiler/tests/syntax/semicolon.leo

3 lines
31 B
Plaintext
Raw Normal View History

2020-06-05 01:44:38 +03:00
function main() {
let a = 0
}