leo/compiler/tests/tuples/basic.leo

3 lines
48 B
Plaintext

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