shithub: mc

ref: 3bfbe159e8d71287487c01ce8791d70b554ac9df
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