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