shithub: mc

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