leo/asg/tests/pass/tuples/nested.leo

4 lines
73 B
Plaintext

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