ref: ff94267018c9fb0aa064cb5ac3b2c07ddae63e4a 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