shithub: mc

ref: 1252169ce7027d50158d5a12bad0a2a1b92ce3f7
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