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