shithub: mc

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