leo/compiler/tests/syntax/undefined.leo

3 lines
41 B
Plaintext
Raw Normal View History

2020-06-20 01:47:09 +03:00
function main() -> bool {
return a;
2020-06-20 01:47:09 +03:00
}