aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/const_array.elna
blob: 7a1a6f5c66708966ff001f5e8171f4ee262453c4 (plain)
1
2
3
4
5
6
7
proc f()
var
  a: [10]const Int (* @Error const must be written before the array size, not after *)
begin
return

end.