shithub: mc

ref: 9e41da83ab7022ef3abffad13e0b30d08a1c4da5
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