shithub: mc

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