shithub: mc

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