shithub: mc

ref: 603b1e86c7cb9c70cc15457df711c1831f593607
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