shithub: mc

ref: 155c90d05b745a22fceb60c44ff0a69d3a6466b5
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