shithub: mc

ref: 404b1885e3cec9eeb8a2fa338174f38cbfd168ad
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