shithub: mc

ref: 97635cb8850d14b42c4e6882d0d7b6aa05485271
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