shithub: mc

ref: 675736f3cad40e5d1a69d0e14d56542785fe5e8a
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