leo/compiler/tests/array/input/three_ones.in
2020-07-31 20:59:50 -07:00

2 lines
34 B
Plaintext

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