aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/compile_time_array_length.elna
blob: 1ce89566136bdec28eae9ee88df190e7e3b1269b (plain)
1
2
3
4
5
var
  source: [3]Int := [3]Int{ 1, 2, 3}
  target: Word := source.length

end.