shithub: mc

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