shithub: mc

ref: ec311388a2880c4f836bd1108245cd4c2ab5630e
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