leo/compiler/tests/boolean/false_&&_false.leo

3 lines
51 B
Plaintext

function main() -> bool {
return false && false
}