shithub: mc

ref: 340cbfe1d94aa8065191eac10aec2dbe3922c100
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