shithub: mc

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