shithub: mc

ref: 638f06666e1c54c566f2ba8062a477499c66cedb
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