shithub: mc

ref: 2b755a0e6bffb0f75f9b0f1433cfe55bd7499606
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