ref: 1b564b2e25048bc2bb7e4f0a6cd4dd24938eeb95 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