shithub: mc

ref: 4753d76a7b1db9baf88a6b784b785a92ec0958e4
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