shithub: mc

ref: 0843b337e2c2f96bde753090304e1a918b03d73f
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