shithub: mc

ref: 718aeb83bd50ba72b3e1fc2e7cd6b3442e0ed79a
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