shithub: mc

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