leo/tests/compiler/boolean/input/true_true.in

6 lines
68 B
Plaintext
Raw Normal View History

2020-07-31 04:17:55 +03:00
[main]
a: bool = true;
2021-04-20 04:08:14 +03:00
b: bool = true;
2020-07-31 04:17:55 +03:00
[registers]
2021-04-20 04:08:14 +03:00
x: bool = false;