aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/while_condition.elna
blob: 73fed95e407eca27d1f7e3f6d434033205ab8f30 (plain)
1
2
3
4
begin
  while 1 do (* @Error Condition must be a boolean, got 'Int' *)
  end
end.