leo/compiler/tests/syntax/undefined.leo

3 lines
40 B
Plaintext
Raw Normal View History

2020-06-20 01:47:09 +03:00
function main() -> bool {
2020-07-17 22:59:18 +03:00
return a
2020-06-20 01:47:09 +03:00
}