shithub: mc

ref: 5c7910da4770a4495e90eb5c243993ec778d4e68
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