shithub: mc

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