leo/tests/pass/parse/boolean/true_and_u32.leo
2021-03-03 09:59:24 -08:00

3 lines
45 B
Plaintext

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