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

6 lines
85 B
Plaintext

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