leo/tests/compiler/tuples/inputs/true_true.in

6 lines
85 B
Plaintext
Raw Normal View History

2021-04-20 04:08:14 +03:00
[main]
a: (bool, bool) = (false, true);
[registers]
b: bool = true;
c: bool = false;