shithub: mc

ref: 9afaec2ee7ed8864f9f28c39533e2f2094301fba
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