shithub: mc

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