shithub: mc

ref: 84d48fceb5f71ed438aec8b7fa0576f0b9c7eb66
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