shithub: mc

ref: 3dbb72f57af35856e12c5c202ca845f9cf4c5c4a
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