shithub: mc

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