leo/compiler/tests/boolean/not_u32.leo

3 lines
42 B
Plaintext

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