shithub: mc

ref: 0944989ceaf443ca4dea50b7c368e21e0c71e80a
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