shithub: mc

ref: d58f623506477f6595143a3ee0bae1fe6735d694
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