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