shithub: mc

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