shithub: mc

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