shithub: mc

ref: 0b296ffc4dfa7765a52a6f83e1dabb2aa81d5c2a
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