shithub: mc

ref: 353cdc329987436b4a76a46a8de4e528dbf94d6b
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