shithub: mc

ref: d31fb7aaf9b0c147238456a2ebd211765dd7ca30
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