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

end.