shithub: mc

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