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

3 lines
49 B
Plaintext

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