shithub: mc

ref: 220d3dfdc7f4c5ae8967a03194bbae868c9f8ac8
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