leo/compiler/tests/syntax/undefined.leo
2020-06-19 15:47:09 -07:00

3 lines
38 B
Plaintext

function main() -> bool {
return a
}