shithub: mc

ref: 833d9ebb6899b09238018e20f6cb1c684edd2491
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