ref: 01c7435a00df771e724b857fc4d5d5c2c0730734 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