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

3 lines
51 B
Plaintext
Raw Normal View History

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