shithub: mc

ref: 54da79816fab4a03e8f6022d6c9764d9099abd60
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