shithub: mc

ref: 974ffa6f22cdcc1b0c220cb87f74854b4966b41d
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