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

11 lines
123 B
Plaintext

[main]
a: bool = true;
y: bool = true;
arr: [u32; 2] = [10, 8];
[constants]
b: bool = true;
[registers]
r0: bool = true;