shithub: mc

ref: 98c29a7d20344c57c0b8e5ef0f846961fc46ad6a
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