shithub: mc

ref: 41a66f79ac8284bbffb9820deb8655b6bdda1c9b
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