leo/asg/tests/fail/boolean/true_or_u32.leo
2021-01-25 07:19:38 -08:00

3 lines
45 B
Plaintext

function main() {
let a = true || 1u32;
}