shithub: mc

ref: 895c8ae58de3ece766a1f9d70094f61adb864f71
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