shithub: mc

ref: bd96cb6a0a361a62871f70c07fc350bc2264b087
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