shithub: mc

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