shithub: mc

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