shithub: mc

ref: 52a4d88af911ccd62125f55e72155b3d76878a66
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