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