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