shithub: mc

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