shithub: mc

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