leo/tests/compiler/tuples/inputs/true_true.in
2021-04-19 18:08:14 -07:00

6 lines
85 B
Plaintext

[main]
a: (bool, bool) = (false, true);
[registers]
b: bool = true;
c: bool = false;