aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/const_var_chain.elna
blob: a6db8c894788e6af39697c69fce3ff86152edf96 (plain)
1
2
3
4
5
6
7
var
  x: const Int := 42
  y: Int := x

begin
  assert(y = 42)
end.