shithub: mc

ref: 50f182d770b59c438e5c381a03c7bfcd8c338196
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