leo/tests/compiler/function/inputs/dummy.in

9 lines
103 B
Plaintext
Raw Normal View History

2021-05-05 18:29:44 +03:00
[main]
a: u32 = 10u32;
b: u32 = 100u32;
y: bool = true;
2021-05-05 18:29:44 +03:00
[registers]
r0: bool = true;
r1: bool = true;