shithub: mc

ref: 18a02fb4c1dc435eb40d8e51c50611e2122333ee
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