shithub: mc

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