shithub: mc

ref: 76086513de9efd7a000d0bc229c3e990f0af5a2f
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