shithub: mc

ref: 42230832997d2092cad72a775e738ab2d50df1dc
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