shithub: mc

ref: 5818bcb7a0fb78af6a4c2816a72db5b1381e9cac
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