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

6 lines
70 B
Plaintext
Raw Normal View History

[main]
a: [u8; (3, 2)] = [0u8; (2, 3)];
2021-05-05 21:25:24 +03:00
[registers]
x: bool = false;