shithub: mc

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