shithub: mc

ref: 610852e18629b8a9a4c4f4ed6e6fc7a336152511
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