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