shithub: mc

ref: edf6844aa3b02b92e4b93c8078cb85ce52b24e27
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