shithub: mc

ref: 6476ae94e37b0a07578973bfc1615088dd62f0bf
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