aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/record-base-cycle.elna
blob: 8af254d10c50ba9870769a13aa14a15caef4e5d5 (plain)
1
2
3
4
5
type
  R = record(R) (* @Error Type declaration forms a cycle: R -> R *)
  end

end.