shithub: mc

ref: 50c1c9eeaadb2d41ce4c5feadfc211ec75e03c1d
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