aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/const_alias.elna
blob: 9cb9ffb04f3c23add42761cc7db1a32d84c2f789 (plain)
1
2
3
4
5
6
7
8
9
10
type
  CI = const Int
  CCI = const CI

var
  x: CCI
  y: const CI

begin
end.