shithub: mc

ref: 24ad64cfeecd3e2e32b116baaa04456f7cf8c4df
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