shithub: mc

ref: 44dc8c62e81aae1adf3f91f5c78e421c98079116
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