ref: 8b39fba2b9ed0619abea27eddd129d7b2c8c8178 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