shithub: mc

ref: 2713494493ca1d5f438dbf4c1a109c07ef758973
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