leo/compiler/tests/tuples/basic.leo
2020-08-10 19:40:49 -07:00

3 lines
46 B
Plaintext

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