ref: 3821901ac0c5ef909818d887ffe3d4565ecd469d 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