aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/compile_time_address_not_equal.elna
blob: b011227b171427c473822a77fc829d6497ee2c3d (plain)
1
2
3
4
5
6
7
var
  x, y: const Int
  z: const Bool := @x = @y

begin
  assert(~z)
end.