aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/pointer-cycle.elna
blob: f9ee6498cc14165065c2837b8fcaec8b07b5b766 (plain)
1
2
3
type
  A = ^A (* @Error Type declaration forms a cycle: A -> A *)
end.