shithub: mc

ref: 93c80509bd8997bef851dacbd6399f3fa6554518
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