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

3 lines
49 B
Plaintext

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