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

end.