leo/compiler/tests/boolean/false_or_false.leo

3 lines
51 B
Plaintext
Raw Normal View History

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