leo/compiler/tests/array/inputs/three_ones.in
2020-07-30 00:56:17 -07:00

2 lines
34 B
Plaintext

[main]
a: u8[3] = [1u8, 1u8, 1u8];