shithub: mc

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