shithub: mc

ref: 52a5be5adc041a5dc8daa1238a1f307c728e75c8
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