shithub: mc

ref: 314b2c1651a2c946a3d9e3ccdd9fff739e603b2b
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