shithub: mc

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