ref: 4121d26d2915e65e517a4bfb0b401b41349fdaa5 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