shithub: mc

ref: 10c5a7f3c6bd6d8c52a42f3d7ffb64eed6edf677
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