shithub: mc

ref: 2dc7f1dc369c28ef9967e8f46248f33a8c99e0ad
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