shithub: mc

ref: 99e1677b6bf577fb4db18f50a92df79ea47e9e0e
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