shithub: mc

ref: 1750fba1a4fc55641cfd5a9ced3a33f012ff221f
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