shithub: mc

ref: e559a7dc5f76558ea0f56d9bf26385b04b496bd4
dir: /test/tyoccur.myr/

View raw version
use std
/* checks that types do not contain themselves
inline, because that would lead to an infinite
sized type.
*/

type t = struct
	memb : t
;;

var v : t