shithub: mc

ref: 05666a778aae28f2f647f22ef566f041b5bf08c7
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