leo/tests/compiler/array/input/count_to_6.in

5 lines
80 B
Plaintext
Raw Normal View History

2021-04-20 04:08:14 +03:00
[main]
a: [[u8; 2]; 3] = [[1, 2], [3, 4], [5, 6]];
[registers]
x: bool = false;