leo/tests/compiler/statements/inputs/ternary_explicit_and_implicit.in
2021-08-18 01:09:45 -07:00

6 lines
57 B
Plaintext

[main]
x: u8 = 3;
y: bool = true;
[registers]
a: u8 = 0;