shithub: mc

ref: 278b89b6962d2d81d280e4578a3481943a6ee79b
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