shithub: mc

ref: 9125dee98dc51e46a35c5e30a8a228031dcca44d
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