shithub: mc

ref: 564acd81105fcf1b5b9942ef7de3e04d928ebebd
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