shithub: mc

ref: 4e4f36fcf5177b0c51c4bcb5a203c5f86edf6e00
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