leo/tests/compiler/statements/inputs/ternary_explicit_and_implicit.in

6 lines
61 B
Plaintext
Raw Normal View History

2021-08-18 11:09:45 +03:00
[main]
x: u8 = 3u8;
2021-08-18 11:09:45 +03:00
y: bool = true;
[registers]
a: u8 = 0u8;