ref: 3d9e396e9696c1aa2290fce09626c33d15e1ea03 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