leo/asg/tests/pass/boolean/not_mutable.leo

4 lines
59 B
Plaintext

function main () {
const b = false;
const a = !b;
}