leo/compiler/tests/tuples/input.leo

3 lines
35 B
Plaintext
Raw Normal View History

2020-08-11 11:08:02 +03:00
function main(a: (bool, bool)) {
}