ref: 32fd9ebd1835ebb788ddf8555dab777e32ee3f97 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