shithub: mc

ref: 00229a47401ab6d6e5cef9e1c483a3b90a557fe1
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