shithub: mc

ref: f4a939a2cfdc00643b02c404b0acbed382964dd0
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