shithub: mc

ref: 17b6a133ca281986b0dfb9a1ced306e4fc99eb92
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