leo/compiler/tests/boolean/true_||_true.leo

3 lines
49 B
Plaintext
Raw Normal View History

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