shithub: mc

ref: 6605f374c8ae0500c1881051927cd4e72f11a553
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