shithub: mc

ref: 39331f834db694be103a7ecb1aac3ba2cc5279fc
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