ref: d22285a6aba8f6a5eba9da13fb712561e101100b 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