ref: 0944989ceaf443ca4dea50b7c368e21e0c71e80a 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