leo/compiler/tests/syntax/semicolon.leo
2020-06-04 15:44:38 -07:00

3 lines
31 B
Plaintext

function main() {
let a = 0
}