ref: 7066a80a94deff8894491b5ecd2eb1bb9d032de1 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