shithub: mc

ref: 061e88f56523001e1534ce6bbed09aa976c5f85c
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