leo/compiler/tests/boolean/true_or_u32.leo

3 lines
49 B
Plaintext
Raw Normal View History

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