1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-19 08:02:14 +03:00
leo/compiler/tests/boolean/true_or_u32.leo

3 lines
47 B
Plaintext

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