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