shithub: mc

ref: 19558c1b9a72c6170589ed2d8dbb578ecfca25af
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