ref: 3ca4aafa0234e3c056d128767f384c602462170b dir: /test/tyoccur.myr/
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