shithub: mc

ref: 48e0b7f86600cc9d280e3bd1248025f715a0a482
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