leo/tests/compiler/mutability/input/dummy.in

11 lines
123 B
Plaintext
Raw Normal View History

2021-05-05 18:29:44 +03:00
[main]
a: bool = true;
y: bool = true;
2021-05-05 18:29:44 +03:00
arr: [u32; 2] = [10, 8];
[constants]
b: bool = true;
[registers]
r0: bool = true;