shithub: mc

ref: 3e9702e68d03ea23f007e5786bc2f8229a6ada7a
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