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

end.