shithub: mc

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