ref: 5077c6c598ab3d5eed864fca827ed45b5abdb66b 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