leo/compiler/tests/boolean/true_or_u32.leo

3 lines
51 B
Plaintext
Raw Normal View History

function main() -> bool {
2020-07-17 22:59:18 +03:00
return true || 1u32
}