ref: 9a50dfed92787e84786453a3afc645c1b2610d96 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