aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/case_unique_label.elna
blob: a97fb379c99d88d05bbd8939dc342e5b1d90723a (plain)
1
2
3
4
5
6
7
begin
  case 3 of
    1:
  | 3:
  | 1 + 2: (* @Error Duplicate case label *)
  end
end.