shithub: mc

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