leo/compiler/tests/syntax/undefined.leo

3 lines
41 B
Plaintext

function main() -> bool {
return a;
}