shithub: mc

ref: 12000d47c1481990d11a9659733e1b604a6f7092
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