ref: 63f4ce6387dea9f943ecc9c9f9b7af147560839d 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