shithub: mc

ref: 0c67d98527f61a1ccef4b082d484c82b58876b80
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