shithub: mc

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