aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/slice-cycle.elna
blob: 39eb7dbbcf233a0598c444ea8894740968ee8e6d (plain)
1
2
3
type
  A = []A (* @Error Type declaration forms a cycle: A -> A *)
end.