shithub: mc

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