shithub: mc

ref: f6ba58c5be0d9632a34ae6ad1a305445a71ebc89
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