shithub: mc

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