shithub: mc

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