aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/redefined_variable.elna
blob: 9cf8c2428ebc9e8633fdd1cb0686cc7c38e20212 (plain)
1
2
3
4
5
6
var
  x: Int
  x: Int (* @Error Symbol 'x' has been already defined *)

begin
end.