ref: 69b24ca042654cfc2a6eb623cd2c86711f8c75bf 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