shithub: mc

ref: 6c574d4fc09d60095b4d74e865a67a8b1d2b2270
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